MySQL Forums
Forum List  »  German

Re: Fehler: Incorrect arguments to mysql_stmt_execute!
Posted by: Thomas Wiedmann
Date: December 15, 2010 09:29AM

Bitte die Tabellenstrukturen auf jeden Fall vergleichen!
Weiterhin fehlt eine Prüfung ob der $mysqli->prepare() erfolgreich ist.

if ($stmt = $mysqli->prepare() ... ) {
  $stmt->bind_param("ssss", ....);
}

Grüße
Thomas

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Fehler: Incorrect arguments to mysql_stmt_execute!
1203
December 15, 2010 09:29AM


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.