Jeroen van Wolffelaar writes: > + <note> > + <simpara> > + Most database-functions do not return PHP-errors, rather, > + you must use some get_error() function applicable for > + your database type. > + </simpara> > + </note> Say what? If you have a database call that goes wrong, you do get a PHP error back, and it can be suppressed by the @ operator. If you have $php_errormsg on, you'll get the text of the error in that. If you want further information, you can often use a db-specific get_error()-type function but that has no relevance here as far as I can see. -- Torben Wilson <[EMAIL PROTECTED]> http://www.thebuttlesschaps.com +1.604.709.0506
- [PHP-DOC] cvs: phpdoc /en/language operators.xml Jim Winstead
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/language operator... Lars Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Jirka Kosek
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... jim winstead
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Damien Seguy
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Andrew Lindeman
- [PHP-DOC] cvs: phpdoc /en/language operators.xm... Friedhelm Betz