PHP and MySQL in Netobjects Fusion

:: PHP developers ::
PHP developers

Home

How do I know the PHP settings on a web server?


Paste the following into notepad and save it as test.php (in notepad you'll need to choose "All Files"
under "Save as type")

<?php
phpinfo();
?>


Then upload test.php to your web server and view the output via your browser.

Note: It's best not to leave this file publicly accessible on the net.



Home     © Copyright  2003 - 2008