MySQL Forums
Forum List  »  PHP

Re: jonpaul sauer peak : error message MySql
Posted by: Rick James
Date: March 02, 2014 11:24PM

First, don't use the mysql_query set of routines.
Use mysqli* set of routines.

Then look for the methods that provide the error information.
http://php.net/manual/en/mysqli.query.php
has several examples.

Options: ReplyQuote


Subject
Written By
Posted
Re: jonpaul sauer peak : error message MySql
March 02, 2014 11:24PM


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.