I'm creating a website and for this website I need a textbox where users can format the text they enter in there like they could in a RTF text editor (bold, italic, underline, bulleted list, etc.) and it needs to be able to be used as a form element so that I can take the text they write in there and take it with PHP $_POST and put it into an HTML file. Anyone know of an existing script available like this? Otherwise I'll pay someone to make it.