Re: [PHP-DB] logs

2001-02-04 Thread CC Zona

In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
(Marc Bragg) wrote:

> Does php log its activity anywere? especially for debugging purposes?
> Some of my scripts don't show any browser window areas, but also don't
> show any results int he browser, i.e.,  a blank screen, and yet aren't
> working. thanx.

You can change PHP's logging behavior in the php.ini file.  As for results 
not showing up in the browser, try doing View Source.  Remember that there 
can be a difference between "stuff sent to browser" and 
"stuff interpreted as HTML and therefore presented in the standard browser 
window"...

-- 
CC

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] logs

2001-02-04 Thread Marc Bragg

Does php log its activity anywere? especially for debugging purposes?
Some of my scripts don't show any browser window areas, but also don't
show any results int he browser, i.e.,  a blank screen, and yet aren't
working. thanx.


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]