Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
Pages: [1]
Send this topic | Print
Topic: How do u put php on site?  (Read 3391 times)
« on: January 10, 2005, 07:13:03 PM »
Junior Member
mario Offline
Junior Member
Newbie

View Profile WWW
*
Posts: 25



how do u put php on site like login or somthing like that?and it have to work
Report to moderator   Logged

 
« Reply #1 on: January 17, 2005, 06:44:18 PM »
Junior Member
Dave Offline
Junior Member
Newbie

View Profile
*
Posts: 5



Just make sure your file extension is .php and do this as a test:

echo("test...");
echo($_SERVER['REMOTE_ADDR']);
?>
Report to moderator   Logged
« Reply #2 on: June 17, 2005, 07:14:31 AM »
ketan Offline
Newbie

View Profile WWW
*
Posts: 2



Is it same as ASP??
Report to moderator   Logged

« Reply #3 on: July 25, 2005, 05:57:03 PM »
Junior Member
Toks Offline
Junior Member
Newbie

View Profile
*
Posts: 36



how do u put php on site like login or somthing like that?and it have to work

Mario, I'm not sure what you know and what you don't know about PHP.
If you need to start from a beginner level, then I found an excellent PHP tutorial that you might benefit from:
http://tizag.com/phpT/

If you still require additional help, then just reply here or better still, drop me a PM.
Report to moderator   Logged

TD : Domains
.com  .net  .org  .biz  .info  .us  .name
Domains from £2
« Reply #4 on: January 05, 2008, 09:07:54 PM »
ragtek Offline
Newbie

View Profile WWW
*
Posts: 15



Is it same as ASP??
hi
asp have this tag:
Code:
<% mycode %>
php have some "different
Code:
<? mycode ?>
but i would recomand:
Code:
<?php mycode ?>
because with <? you could get some problems if your using xml in your files i've read
Report to moderator   Logged

« Reply #5 on: May 01, 2008, 03:42:24 AM »
Trulyana Offline
Newbie

View Profile
*
Posts: 10



Can I just ask what you mean by the question? Put php on your site in what sense? Change it from html for instances?
Report to moderator   Logged
 
Pages: [1]
Send this topic | Print
Jump to:  

Powered by SMF | SMF © 2006-2008, Simple Machines LLC