des1017 Posted January 2, 2008 Share Posted January 2, 2008 I am trying to design a website for my employer that will allow them to edit content on their website using a CMS. I can create sessions and assign permissions etc, but I'm having a hard time with the editing portion. The furthest I can get is where the HTML can be shown in a textarea and then updated into the MySQL database, and it can be pulled from the database. What I'm trying to accomplish is having an area that displays the content as a frontpage aspect with the toolbar for centering, bold, colors, etc. This way they can eliminate knowing any html or php. Quote Link to comment https://forums.phpfreaks.com/topic/84041-trying-to-make-or-obtain-a-certain-script/ Share on other sites More sharing options...
interpim Posted January 2, 2008 Share Posted January 2, 2008 I would start by googling "PHP WYSIWYG editor" and see where that leads Quote Link to comment https://forums.phpfreaks.com/topic/84041-trying-to-make-or-obtain-a-certain-script/#findComment-427784 Share on other sites More sharing options...
AndyB Posted January 2, 2008 Share Posted January 2, 2008 Sounds like http://tinymce.moxiecode.com/ or http://www.fckeditor.net/ is what you want. Quote Link to comment https://forums.phpfreaks.com/topic/84041-trying-to-make-or-obtain-a-certain-script/#findComment-427833 Share on other sites More sharing options...
des1017 Posted January 2, 2008 Author Share Posted January 2, 2008 thats exactly what im looking for, thank you. I'll see what I can do from here. Quote Link to comment https://forums.phpfreaks.com/topic/84041-trying-to-make-or-obtain-a-certain-script/#findComment-427851 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.