Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Warren on April 19, 2001, 03:58:59 PM
-
How do I tell if PHP is working.
I created a webpage as follows
PHP Test Page
phpinfo(); ?>
but not much happens.
any suggestions
-
What do you mean by "not much happens"? You should get a page with all sorts of information about your PHP installation. If you don't, most likely you haven't enabled webmail from the e-smith manager (it's under "other e-mail settings").
-
Did you use the ".php" file extension or the ".html" file extension?
I just tried it on my machine and it worked with the name "testphp.php" but not with the name "testphp.html".