View Single Post
  #6  
Old 21st April 2011, 09:18
Ulovlig Ulovlig is offline
Senior Member
 
Join Date: Feb 2010
Norway
Posts: 24
Default
U have it somewhere in /etc/....

U can also make a .php script called phpinfo.php

Create a php file called phpinfo.php and add:

Code:
<?php 
phpinfo(); 
?>
After that browse to ur phpinfo.php and locate the path of the php.ini file.

- Ulovlig
Reply With Quote