[snip] I am running a red hat 9 linux box with Apache 1.3.27 with PHP 4 what is
the default location for the php.ini file [/snip] Create a page with just the following... <?php phpinfo(); ?> place the page in your web root and access it through a browser. On there you will find the path to your php.ini. The path is different for differing distros and OS's and if it is CLI, CGI, or not. If you are in a *nix box you can type 'locate php.ini' from the shell command line to locate them. HTH! Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php