jasonindus
Programmer
hi, i've built a very basic content management system that allows users to update their site content. as you would guess the content is saved into mysql and displayed to a live page.
1) i can't always expect my users to format their content using html code so can anyone recommend a basic (php?)editor that i could integrate for the user to do some wysiwyg editing allowing them to bold text, insert new lines, italics, bullet point, indent, etc...?
2) or point me in the right direction on how to code it myself if it can be easily done? but i'm guessing that would need to include javascript which i know little about.
1) i can't always expect my users to format their content using html code so can anyone recommend a basic (php?)editor that i could integrate for the user to do some wysiwyg editing allowing them to bold text, insert new lines, italics, bullet point, indent, etc...?
2) or point me in the right direction on how to code it myself if it can be easily done? but i'm guessing that would need to include javascript which i know little about.