MySQL Forums
Forum List  »  Newbie

Re: php to MySQL errors.
Posted by: Eric Braswell
Date: February 26, 2005 09:05PM

Error reporting in PHP is set to display all messages (E_ALL), including the notices you see.

You can turn this off in php.ini, httpd.conf, or in your scripts.

See http://www.php.net/manual/en/ref.errorfunc.php

Eric Braswell
Webmaster,
MySQL AB

Options: ReplyQuote


Subject
Written By
Posted
February 25, 2005 07:28PM
Re: php to MySQL errors.
February 26, 2005 09:05PM
February 27, 2005 04:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.