Note Submitter: Alexander Schuch
----
If you get the error "Fatal error: Uncaught
exception
'mysqli_sql_exception'",
it is because you have mysqli_report() set to
MYSQLI_REPORT_STRICT (or
MYSQLI_REPORT_ALL).

&a
mp;#38;#10;Unset the MYSQLI_REPORT_STRICT flag and the
MySQLi functions won't raise an exception in
PHP/5.1 anymore.
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|