2013-08-29

PHP - How to get local server's PHP configuration

Create a .php docuemnt within the server, with the following content, then simply open it. The web file will display the location of the php.ini file and every parameter related to PHP's settings in the server.


phpinfo();
?>

No comments:

Post a Comment