How to make sure php is running on your serverWhat is PHP?Php is a coding language that unlike html, which is executed by a visitor's browser, is executed by the server itself. In other words, PHP when executed by the server, dynamically generates html for the visitor's browser to open. And unlike html, it is invisible to the outside world. In order for a server to "parse" PHP code, it must have the PHP application running on it. To check to be sure that PHP is running on your server, follow these instructions.
If PHP is running on your server the information page for the version of PHP running on your server will display. If the page does not display, double check to make sure that the test.php file is in the same directory as your home page. If it is, and the PHP info page still does not display, your server does not have PHP running. Contact your server administrator to see if it is available. (It usually is for free). Return To Previous Page |