On Sat, 20 Sep 2003 18:19:25 -0400 Stephen Tiano <[EMAIL PROTECTED]> wrote:
I'm on a Mac PowerBook. I'm able to locate the php.ini file. But when I open it with BBEdit, it's a blank page. I just want to open it and either view it, or make a copy to view. But all I have is the blank. Any suggestions?
Put a file phpinfo.php with <?php
phpinfo();
?>
in your server's root and call it with the browser, it will tell you where the
php.ini is, don't think it can be empty.
Actually, php.ini can be empty and php will start with default options.
-- Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php