Wednesday, January 19, 2011

Ho to find the php.ini configurartion file

First create a php file and put this code :

<?php
echo  phpinfo() ;

?>

Second:
browse to the file ,for example howto-heaven.com/phpinfo.php

Finally search for Loaded Configuration File ,you will find the path of the file.

No comments:

Post a Comment