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.
Subject
Written By
Posted
February 10, 2009 01:08AM
February 23, 2009 11:48PM
February 24, 2009 09:12PM
February 24, 2009 09:34PM
February 25, 2009 04:25PM
February 25, 2009 08:35PM
Re: running php from my computer problems
February 25, 2009 09:14PM
February 24, 2009 11:34AM
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.