PHP and MySQL in Netobjects Fusion
Home
How do I know if my host has PHP running in CGI mode or as an Apache module?
Paste the following into notepad and save it as server_check.php (in notepad you'll need to
choose "All Files" under "Save as type")
<?php
echo php_sapi_name();?>
Then upload server_check.php to your web server and view the output via your browser.
Either 'cgi' or 'apache' will be displayed.
Delete the file.
Home
© Copyright  2003 - 2008