Re: special characters as field values

2004-01-01 Thread Matt W
scape stuff yourself again, or it will add too many slashes! So you need to check for that somehow. Hope that helps. Matt - Original Message - From: "Chris W" Sent: Wednesday, December 31, 2003 4:44 PM Subject: special characters as field values > I am storing data fro

special characters as field values

2003-12-31 Thread Chris W
I am storing data from an html form and there could be any character in there, including a % and an _. I'm using mysql_real_escape_string in php to escape special characters, but it says it doesn't escape the % and _. I was also reading something about escaping the -- . If I want all of thes