Page 1 of 1

how can i do to test if php will work on my site??

Posted: Sun Jun 16, 2002 11:39 am
by rip69
can you send me something to test if php will work on my site please
:roll:

Posted: Sun Jun 16, 2002 12:39 pm
by chiefmonkey
<?php

$msg="RTFM";

print("$msg");

?>


George

Posted: Sun Jun 16, 2002 12:52 pm
by twigletmac
And once you've done that:

Code: Select all

<?php phpinfo(); ?>
Mac

thanks

Posted: Sun Jun 16, 2002 1:25 pm
by rip69
I've done something and ie says me :

HTTP 405 - Resource not allowed
Internet Explorer

i test your answers.... thanks again