Where do I look to learn how to send html lines to a mysql db? I know how to send info to mysql, but html has symbols like / and < and " so when saving the text it end prematurely because " was used and such. How do I resolve this
I can post example files if need be