I need to submit a form in which one or more fields contain rich text .. as in .. text with images .. with formatting options .. i want to POST it to a php script and i want to store these rich text datum into a mysql table. Can anyone tell me on how to have rich textboxes as HTML fields and if I must use BLOB in mysql to store them. [Note: I also want to be able to paste rich text from the clipboard into my HTML form.] Thanks in advance