r-it Posted March 12, 2007 Share Posted March 12, 2007 The thing is, i have been doing some php systems for a while now and I have been using the textarea for people to do their text inputs. The thing is i would like a WYSIWYG editor like the one on this forum for me to type text as I would like to bold some stuff(on my current system i use a delimiter and string tokeniser). The reason i didn't investigate on WYSIWYG editors was because i thought they insert tags into the database and that can make your database vulnerable to sql injection attacks. But i am struggling now because i also use n2brl to space the text and the output doesnt come out desirable. So could anyone give me some advice or links to relevant articles about these editors and where i can get them and how they work. fanx Link to comment https://forums.phpfreaks.com/topic/42327-please-give-me-some-advice/ Share on other sites More sharing options...
vbnullchar Posted March 12, 2007 Share Posted March 12, 2007 try searching FCKEditor Link to comment https://forums.phpfreaks.com/topic/42327-please-give-me-some-advice/#findComment-205330 Share on other sites More sharing options...
skali Posted March 12, 2007 Share Posted March 12, 2007 http://tinymce.moxiecode.com/ http://www.fckeditor.net/ Link to comment https://forums.phpfreaks.com/topic/42327-please-give-me-some-advice/#findComment-205333 Share on other sites More sharing options...
r-it Posted March 12, 2007 Author Share Posted March 12, 2007 Thanx guys, i'll have a look at them Link to comment https://forums.phpfreaks.com/topic/42327-please-give-me-some-advice/#findComment-205334 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.