|
-- Posted by Seanee at 10:15 am on Aug. 4, 2008
When I create a php file, it just comes up with "Page cannot be found" Nothing more nothing less? Wtf?
-- Posted by h a t t at 10:16 am on Aug. 4, 2008
i think that you're probably typing the address incorrectly.
-- Posted by Seanee 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.
-- Posted by h a t t at 10:18 am on Aug. 4, 2008
what kind of host are you with? does it say that it allows PHP?
-- Posted by allsmiles at 12:25 pm on Aug. 4, 2008
PHP is probably not installed on the server.
-- Posted by scottyrob 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: | PHP Test Script phpinfo( ); ?> |
|