View Single Post
  #267  
Old 7th August 2011, 11:13
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
php.ini is a server file, try in apache/bin/php.ini or in etc/php.ini
create a file and name it phpinfo.php than put in it this code:

PHP Code:
<?php
// Show all information, defaults to INFO_ALL 
phpinfo(); 
?>
run it and it will tell you where php.ini is
Reply With Quote