Dec 20
Easily Integrate FCKeditor with MYSQL database

Easily Integrate the FCKeditor with a MYSQL database
The FCKeditor allows you to edit your webpages right online without knowing HTML. You edit your pages in an online text editor just like a MS Word. Best of all it’s Free. This tutorial will walk you through setting up the FCKeditor with a MYSQL database. This tutorial sets you up to edit one page. The next tutorial coming up will show you how to edit multiple pages.
- Overview
- Demo
- Download
The FCKeditor allows you to edit your pages online with an easy to use text editor. Great for your editing your own web pages or setting up for your web clients.
- Free
- Easy to setup with this tutorial
- Make changes to your web content faster
- Edit your own pages in seconds
- Tie it into a content management system for your web clients
Useful Sites and Services
FCKeditor Wiki This is the site with the FCKeditor documentation
Easy Web Hosting $6.95 - Bluehost - Hands down the best in web hosting. You really couldn’t ask for a better webhost in terms of price and features. I’ve tried others and will only use bluehost now. They blow the competition way out of the water.
|
|

December 22nd, 2007 at 1:16 am
THANKS TO THE ORIGINAL
By the way the original code for this tutorial came from a great tutorial at
http://www.msbware.com/articles/php/integrating_fckeditor_with_your_mysql_database.html
This version only makes a couple small additions to the original code to deal with magic quotes and slashes.
You can find a great written explanation of most of the code at that site.
Thanks
April 3rd, 2008 at 6:17 pm
AMAZING! Thank you very much. That was perfectly executed.
April 9th, 2008 at 6:47 pm
Hi, we been working on this editor for day, couldnt figure out how to make it work, Thanks a lot for you effort on that video. Now dreams came true and its working well. But there is a little question about that.
If i have 2 place to edit in same page? like
1. News (editable with FCKeditor)
2. About us or Recent Works (editable with FCKeditor)
In that case, How do i make the page reads them from different table’s, id’s or what ever, How do i do that?
May 10th, 2008 at 2:47 am
thank you, thank you, thank you so much!!!!!!! althouh i’m not a developer I’m trying to learn all this,(I’m a designer). I really enjoy web site development, and with this kind of help, ohhhhhhhh man you are great, there are things I do not understant but i realy thank you for the time you put in your tutorials. sorry for my english but I’m colombian!!!! spanish speaker…
have a nice one
May 21st, 2008 at 4:46 am
yo MR eaykiss 123
hoq u doing man i am lookig somthing like if some one upload pic to my upload folder and i wana that person see same time after upload done , i think u undeer stand wat am taking about can u put something like that Tutorial plz or can u help me out for that where am gona find code for that plz thanks
June 13th, 2008 at 3:09 pm
Thanks for the tutorial it was very easy to follow and integrate into my website.
My question is: How can I have multiple fckeditor’s to edit mySQL tables on the same page? There is not much documentation on the net; I’ve tried multiple things on my page to get it to work but with no success.
I would like to incorporate a similar functionality as “Barbarosa” mentioned in the above post.
Any advice in the right direction would be appreciated.
June 18th, 2008 at 9:46 pm
That was extactly what the doctor ordered. I was in the middle of creating this capability myself and you have just saved me a lot of late nights. Well done you absolutely nailed it!
August 13th, 2008 at 5:01 pm
Hey this tutorial is awesome - the only thing that I’m still having trouble with is picture uploads
August 13th, 2008 at 11:56 pm
hey, i have look at this tutorial now. but i get up this cod: BasePath = “../FCKeditor/”; $oFCKeditor->Value = $data[”data”]; $oFCKeditor->Width = 540; $oFCKeditor->Height = 400; echo $oFCKeditor->CreateHtml(); ?>
when i should get the big emty box, at 10:30 on the tutorial PLZ HELP ME !