In one of my forms I use the rich text editor from Yahoo!. Now i want to store the data from that textarea in a MySQL database.
The user can enter anything in that texta
If PDO isnt an option you might be able to use mysqli instead of course with a prepared statement.