In order to see how is the PHP compiled and set on the server you can create a simple script. The first step is to create the script. You can create an empty file name phpinfo.php and put the following content into it: Code: <?php phpinfo(); ?> Once you put this into the file you […]