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. 

> 
> Thank you.
> 
> Steve Tiano
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 


____
Regards, Andu Novac

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to