MySQL Forums
Forum List  »  PHP

Re: $mysqli-query does not execute multiple statements
Posted by: Peter Brawley
Date: May 13, 2021 09:10AM

All mysql calls that could fail need error handling, eg minimally

com>query(...) or exit( $conn->error;

Options: ReplyQuote


Subject
Written By
Posted
Re: $mysqli-query does not execute multiple statements
May 13, 2021 09:10AM


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.