The easiest way is to create a simple page (called say test.php) with the
following

<?php
phpinfo();
?>

This should display a page with all sorts of information about your PHP,
and serves as a good test as to whether or not PHP is working

Good luck!

Tom Carter
Web Architect
roundcorners ltd.

On Sun, 6 May 2001, biscut wrote:

> How can i check to see if PHP has been enabled, I enabled the modules etc
> after they were compiled and i have managed to get Apache working properly
> again but now even when i do the basic tutorial stuff then I get a blank
> page rather than what I am supposed to get, the tutorial page is no help as
> all it says is "see your network admin to get PHP enabled" this is only on
> my home machine so I guess I am the network admin...kind of anyway...can
> someone please help...
>
> thanks very much
> biscut
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to