Hey guys,
I'm having trouble grabbing records with the '&' sign included in them.
Here's my php codingThoughts?Code:$query = sprintf("SELECT `titleDescription` FROM products WHERE `titleDescription`='%s'", mysql_real_escape_string($titleDescription) );




Bookmarks