MySQL Forums
Forum List  »  PHP

Re: My TRUNCATE statements DO NOT WORK.
Posted by: Peter Brawley
Date: March 21, 2016 01:17PM

mysqli_query() is not designed ti handle multiple calls.

There is a multi-query syntax, but it is finicky and somewhat of a security problem, and in any event you need to be polling for errors on each SQL command.

Options: ReplyQuote


Subject
Written By
Posted
Re: My TRUNCATE statements DO NOT WORK.
March 21, 2016 01:17PM


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.