How to make sure I inserted form correctly. because now if I use ' or " the code is break. And if I dont use ' or " , when i pull that data into the website they dont have line break all wrap into one line.
use nl2br() to get back the line breaks when u are displaying the text
reg kevin
okay so we figure out that line break with nl2br() how about when we fill the form (insert to database) how to handle " (quote) and ' (single quote)
www.php.net/addslashes www.php.net/stripslashes