[Solved] Cannot run a simple PHP file on the server [closed]


Have you installed PHP? – If so do the following:

  1. Start off by trying a simple script – call it say info.php:

  2. Ensure (assuming Apache) that you have it the web server configured – see http://php.net/manual/en/install.php

If all this works then there is a problem with the script.

solved Cannot run a simple PHP file on the server [closed]