Does my site support PHP

Do you want to share WYSIWYG Web Builder tips, tricks, tutorials or useful HTML code? You can post it here...
(no questions or problems please, this section is not monitored by support).
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.

PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Post Reply
User avatar
chattd
 
 
Posts: 46
Joined: Wed Nov 26, 2008 7:03 pm

Does my site support PHP

Post 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
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post 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(); 
?>
Post Reply