You can just store them as HTML. But, while passing them to the sql statement, remember to use the addslashes() function. Similarly, while retrieving the records, just use stripslashes() function.
btw I hope you know how to process form inputs with PHP. If not, plz google it.