Hi im new to FCKeditor_2.6.2
well ive downloaded it, uploaded it and made a test page ir "test1.php"
ive added the sample code from the docs
<?php include_once("fckeditor/fckeditor.php") ; ?> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <form action="sampleposteddata.php" method="post" target="_blank"> <?php $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->BasePath = '/fckeditor/' ; $oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ; $oFCKeditor->Create() ; ?> <br> <input type="submit" value="Submit"> </form> </body> </html>
well that works fine and the editor opens on that page, i added some text and click submit and it assed for the file "sampleposteddata.php" so i made that file.
well the problem is the text i added to the textarea and clicked sbmit, when i went bck to it it never saved ?
What have i done wrong please help...
basically what i want is what ever i type into the editarea will be saved there when i click submit. Then when i open the page again the info i added there will still be there.
this is so i can use this sytem for admin notes on my site so that all admins can add notes ect for all admins to see.
Thanks
Gemster
Re: Im New Help
Im not sure how this i to work so any help will be apricated.
Thanks
Gemster
Re: Im New Help
CF_guy
Re: Im New Help
could u correct the code or write 1 fr me please.
Thanks
Gemster