Posted by Toby A Inkster on 05/14/07 09:16
Jon Slaughter wrote:
> So that I could trace the to code to where an error occured and know the
> function "path" that created it.
Use Exceptions:
throw new Exception("Argh!");
--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python/Apache/Linux
[Back to original message]
|