Hey ya guys
This is in regards to PHP, Mysql and Html's textarea.
I want to dump a user's input from html's textarea into my mysql database. The situation is that if the user has semi-colons within the text itself, mysql will reject the insert command for obvious reasons. What I want to know is that are there any ways to force mysql to take in a user's input regardless of its syntax?
Much appreciated in advance :)