Turn the html errors off in your php.ini file or write a function that handles all your errors for you and u dont echo out html tags.
http://us3.php.net/manual/en/function.set-error-handler.php -- BigDog On Mon, 2003-07-14 at 21:32, Curt Zirzow wrote: > Larry Brown <[EMAIL PROTECTED]> wrote: > > How can I rid myself of the html tags around error messages when writing > > console scripts? (Besides avoiding errors) > > You can set up another system or user php.ini for the php binary to read > then pass the location of the php.ini to the php binary: > php -c /path/to/other/php.ini inputfile.php > > > > > > Larry S. Brown > > Dimension Networks, Inc. > > (727) 723-8388 > > > > > > HTH > > Curt > -- > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php