MySQL Forums
Forum List  »  PHP

Re: Best practices for saving data to MySQL and form handling
Posted by: Peter Brawley
Date: July 10, 2018 12:44PM

> Is it ok to save single and double quotes directly into MySQL

No need for such fussing, by all means save quotes, always run all input values through mysqli_real_escape_string().

Options: ReplyQuote


Subject
Written By
Posted
Re: Best practices for saving data to MySQL and form handling
July 10, 2018 12:44PM


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.