On Wed, Feb 08, 2006 at 01:25:18PM -0500, Reuben D. Budiardja wrote:
> 
> Hello,
> For debugging purposes, I have "display_errors = On" in the /etc/php.ini on 
> my 
> development server. 
> 
> I'm trying to use the error_log() function to log errors, however, the string 
> message does not get send to script output (ie. browser), even with 

You want to use trigger_error()

Curt.
-- 
cat .signature: No such file or directory

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

Reply via email to