mysql data entry
Posted: Thu May 16, 2002 2:30 pm
I am trying to input <TEXT AREA>data into a mysql database field using PHP. Any text that appears after a colon ' does not get entered into the field. IE,
Hello it's a nice day
appears as Hello it
the rest of the data is lost.
I've tried using tried using addslashes()/stripslashes()
stripslashes() removes \ from the text but still looses the string.
addslashes() stores Hello it\\\\ the rest disapears.
This is basic, surely???
anyone help??
Thanks.
Hello it's a nice day
appears as Hello it
the rest of the data is lost.
I've tried using tried using addslashes()/stripslashes()
stripslashes() removes \ from the text but still looses the string.
addslashes() stores Hello it\\\\ the rest disapears.
This is basic, surely???
anyone help??
Thanks.