How can report MySQL errors into PHP?
Wednesday August 6, 2008
When you are working with PHP and MySQL and encounter an error, it is helpful to receive more detailed information regarding the problem to point you in the direction of fixing it. You can use the mysql_error ( ) to get feedback from MySQL to your PHP document if you are encountering problems. It is phrased as: mysql_error ( [link_identifier] ) [see example]


Comments
No comments yet. Leave a Comment