| Author | Post |
|---|
reyestduran Member
| Joined: | Sun Oct 26th, 2003 |
| Location: | |
| Posts: | 3 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Oct 27th, 2003 12:45 am |
|
| I've been trying to get PHP running but can't. I followed ya'lls guide, but nothing. Do I need to have PHP running for it to work? I got APACHE running. I don't know what's going on. It only displays the php code. Do i have to have in it in html body?
|
oprpg Member
| Joined: | Sun Oct 12th, 2003 |
| Location: | |
| Posts: | 13 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Mon Nov 3rd, 2003 01:59 am |
|
are you putting your php on a server or just on your computer?
if on a server, make sure you have the following things:
- your server/host supports php
- the extension for all php files is .php or .phtml
- you started the php code with <?php or <? and ended with ?>
also make sure that your file isn't something like "file.php.txt"
|
reyestduran Member
| Joined: | Sun Oct 26th, 2003 |
| Location: | |
| Posts: | 3 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Tue Nov 4th, 2003 12:25 am |
|
| I'm trying to run it from my computer.
|
oprpg Member
| Joined: | Sun Oct 12th, 2003 |
| Location: | |
| Posts: | 13 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Sun Nov 9th, 2003 12:10 am |
|
| ahhh, i have never actually done that, but check out http://www.w3schools.com
|
Surverus Member
| Joined: | Sun Jan 18th, 2004 |
| Location: | |
| Posts: | 6 |
| Status: |
Offline
|
| Mana: |     |
|
Posted: Tue Jan 20th, 2004 06:53 am |
|
| is it showing the php code in the window or is it downloading it to you? if its downloading the that would mean PHP has not been installed if the text is coming up make sure you have the php tags <?php and ?> around it, also make sure your file is .php
|
 Current time is 11:03 am | |
|