MySQL Forums
Forum List  »  PHP

Re: running php from my computer problems
Posted by: Rick James
Date: February 25, 2009 09:14PM

magic_quotes_gpc is half an answer. I don't use it.

For escaping things filled into mysql statements (if the API does not do it -- don't know which API you are using), see mysql_real_escape_string() for one.

For forms, see htmlentities().

There are others, too.

Options: ReplyQuote


Subject
Written By
Posted
Re: running php from my computer problems
February 25, 2009 09:14PM


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.