The instruction phpinfo(); gives detailed information about the PHP installation on the server you run it from.
To view this information, simply create a file named info.php and insert the following code:
<?php
phpinfo();
?>
You would then upload this file to the same location as you put your site files. You can then view the page in a browser to see detailed PHP information.
Comments
0 comments
Article is closed for comments.