Topic awaiting preservation: Php template not working... (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: |
posted 10-21-2001 04:15
I've decided to begin to develop my site in php, and i started by doing the php template at the guru's network. I copied it exactly, yet it doesn't work. See for yourself at http://www.yocentral.net/index.php . for some reason it like...isnt executing the php or something, because when you view source you can see the php stuff. Thanks in advance. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 10-21-2001 04:56 |
Nervous Wreck (II) Inmate From: |
posted 10-21-2001 05:07
yeah, i thought maybe it was a different file extension, so i tried to rename to .php3 and it made it index.php3.txt, assumingly because it hasn't associated any php3 extensions on my comp, and yes, php is installed, or so i was told. So i guess i have to figure out how to rename it to where it will work...any suggestions....thanks in advance |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 10-21-2001 19:41 |
Nervous Wreck (II) Inmate From: |
posted 10-21-2001 19:59
I contacted the server administrator guy, and he had to configure some stuff, so now it works, http://www.yocentral.net/index.php thanks everyone |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 10-21-2001 20:19
Don't take that template tutorial to heart. I have modified my way of coding much since I wrote that. code: <? $title = "page title"; ?>
code: <html>
code: </body>
|
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 10-22-2001 17:11 |
Nervous Wreck (II) Inmate From: |
posted 10-23-2001 00:26
mage, what are some other uses of the echo command, and what are some advantages of it? also are there places that explain or give tutorials or examples with the echo command. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 10-23-2001 00:36
echo() function -- Output one or more strings... |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 10-23-2001 19:14
http://www.gurusnetwork.com/tutorials/approval/templatedesign2/index.shtml |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 10-23-2001 19:30
echo and print are virtually identical. However there is a difference. |
Nervous Wreck (II) Inmate From: |
posted 10-23-2001 22:49
oh, ok, i understand now, thanks everyone. |