mgithongo Posted December 13, 2006 Share Posted December 13, 2006 Hi,I want my users to be able to format the text they input in my form (form type – textarea).So I have 3 questions:1. How do I allow my users to use underline, italics, bold, etc on the form2. Then store this in MySQL. Field type varchar ? blob? 3. I need to echo this back on another page such that the formatting shows.What’s the best way to do the above? Link to comment https://forums.phpfreaks.com/topic/30463-forms-inputting-formatted-text/ Share on other sites More sharing options...
OOP Posted December 13, 2006 Share Posted December 13, 2006 there are many type of WYSIWYG editors that you can use it in your script very easily...or you can use the concept of BBCODE.. Link to comment https://forums.phpfreaks.com/topic/30463-forms-inputting-formatted-text/#findComment-140285 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.