[PHP] Scripts not working outside of Zend Studio

2005-10-05 Thread Steve Harp
Hi All,

I'm testing a session management script which seems to work fine in
the Zend Studio debugger.  However, when I load the script directly
into a browser (http://localhost/my_test.php), it displays a blank
screen and the only code in the browser's view source is
.  I can right click the "Debug Output" in
Zend Studio and select "Show In Browser" and  it loads the page into
the browser and displays correctly.

I've got  the php.ini set to throw errors:
error_reporting  =  E_ALL & E_NOTICE & E_STRICT
display_errors = On

I've tried this in IE and Firefox and the page won't display or throw
an error in either one.

What could be going on here?  I've been chasing this for hours.

Thanks for any help,
Steve

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



Re: [PHP] Scripts not working outside of Zend Studio

2005-10-05 Thread Steve Harp
On Wed, 5 Oct 2005 16:25:03 -0500, [EMAIL PROTECTED] (Greg Donald)
wrote:

>error_reporting(

Well that now gives me errors.  Thanks very much...

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