Page 1 of 1

Does my site support PHP

Posted: Thu Jan 08, 2009 7:38 am
by chattd
Hi
I have seen some where a html file which you can upload to a server and see if it supports PHP, but i cant find it. Could you let me know where it is.
Thanks

Posted: Thu Jan 08, 2009 7:58 am
by Eddy
1-Open notepad.
2-insert the code.
3-save the page as info.php
4-upload the php page to your server in the root directorie.
5-Open Http://www.domain.com/info.php in your browser.

Code: Select all

<?php
 phpinfo(); 
?>