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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
rip69
Forum Newbie
Posts: 4
Joined: Sun Jun 16, 2002 11:35 am

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

Post by rip69 »

can you send me something to test if php will work on my site please
:roll:
User avatar
chiefmonkey
Forum Commoner
Posts: 25
Joined: Sat Apr 20, 2002 5:21 am
Location: Glasgow UK

Post by chiefmonkey »

<?php

$msg="RTFM";

print("$msg");

?>


George
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

And once you've done that:

Code: Select all

<?php phpinfo(); ?>
Mac
User avatar
rip69
Forum Newbie
Posts: 4
Joined: Sun Jun 16, 2002 11:35 am

thanks

Post by rip69 »

I've done something and ie says me :

HTTP 405 - Resource not allowed
Internet Explorer

i test your answers.... thanks again
Post Reply