QUOTE (xerophyte @ Jan 22 2007, 04:05 AM)

if you have zend installed you should be able to find the php.ini, at /usr/local/Zend/etc/php.ini
but you can find out the location of php.ini from the shell type
CODE
php -i | grep php.ini
that will give you location of the php.ini file
or you can just make phpinfo.php file with content
CODE
<?php
phpinfo();
?>
which will also give the location of the php.ini file
hope that helps
Hello,
I also need to (possibly) edit php.ini using cpanel. However, when i see code such as posted above I´m gulping. Where do you execute it? Do I go into the phpMyAdmin app from cpanel (under databases), or perhaps the PHP Configuration (under softwrae/services). Or is /usr/local/Zend/etc/php.ini perhaps reachable via the File Manager?
Sorry for the trivial question, I would REALLY appreciate your help

Do you need more info/context to answer the question, please let me know!
I can help myself with code, but i´m no programmer.