| Replies
|
|
|
scottyrob
|
Posted at 2:31 pm on Aug. 4, 2008 |
| Enter the following code into a page. If the title of the page shows correctly then you know the file exists. If the PHP information dosent show on the page then unfortunatly you dont have php on the server your using! | Code: | <html> <head> <title> PHP Test Script </title> </head> <body> <?php phpinfo( ); ?> </body> </html> | |
|
|
allsmiles
|
Posted at 12:25 pm on Aug. 4, 2008 |
| PHP is probably not installed on the server. |
|
|
h a t t
|
Posted at 10:18 am on Aug. 4, 2008 |
| what kind of host are you with? does it say that it allows PHP? |
|
|
Seanee
|
Posted at 10:17 am on Aug. 4, 2008 |
Quote: from h a t t at 6:16 pm on Aug. 4, 2008
i think that you're probably typing the address incorrectly.
No, I'm not. |
|
|
h a t t
|
Posted at 10:16 am on Aug. 4, 2008 |
| i think that you're probably typing the address incorrectly. |
|
|
All 5 previous replies displayed. |