Date: 05/23/01
- Next message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- In reply to: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- Next in thread: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <torben <email protected>> http://www.thebuttlesschaps.com +1.604.709.0506
- Next message: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- Previous message: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- In reply to: Jeroen van Wolffelaar: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- Next in thread: Torben Wilson: "[PHP-DOC] cvs: phpdoc /en/language operators.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

