Originally posted by Acidic
OK. I've looked and really can't find it. I doubt my friend has access to it.
I forgot to say this earlier. But use the phpinfo() fucntion. It will tell you everything you need to know including the path of the php.ini.
PHP Code:
<?php
  phpinfo 
();
?>