Nope, I wish it was so, but it is not to be... It puts it into the mySQL table as " only, which it was doing before, it is in the extracting from there that I am having the issue.
My code for extraction: $item_desc = addslashes($Quote['sel_item_desc']); The value in the HTML document: value="10in. COMP.PLATE " CONCORDE " 4/125" Robert -----Original Message----- From: Jay Blanchard [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 2:58 PM To: Robert Sossomon; [EMAIL PROTECTED] Subject: RE: [PHP] " in data [snip] I guess I need to figure out how to read my $_POST[data] and parse that to put in " because that seems to work, but not sure how to make PHP do that. [/snip] INSERT INTO table htmlentities($_POST['yourStuff']); then when it comes out you should be good -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php