MySQL Forums
Forum List  »  PHP

Re: Warning: mysqli_stmt::bind_param() [function.bind-param]: Number of variables doesn't match number of parameters in prepared statement in...
Posted by: Georg Richter
Date: April 02, 2006 11:43PM

If you would add some error handling you could see what's going wrong. Prepared statements return unbuffered resultsets by default, so if you need a nested select you have to store the resultset or to use a cursor.

Options: ReplyQuote




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.