Fck editer need help

Reply

Join Date: Jul 2006
Posts: 197
Reputation: vssp has a little shameless behaviour in the past 
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Fck editer need help

 
0
  #1
Jul 18th, 2006
Hi friends

Right now i am using fck editer to create the html page . I need create new html page fckediter and insert the values database and edit the values.

Now i configer the fck editer php application But i unable to insert and update the values database .

Please give me any idea.

Thanks
vssp
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1,082
Reputation: digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice 
Solved Threads: 66
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Veteran Poster

Re: Fck editer need help

 
0
  #2
Jul 20th, 2006
Hi vssp,

Take a look at this page: http://wiki.fckeditor.net/Developer%...ntegration/PHP

Thats for FCK editor off the shelf. If you are using FCK Editor with a third party application then ususally the third party app has their own method of posting the fck editor content to the server.

The thing to notice is that FCK editor works just like a regular input box:
Example:

[php]
<?php
$oFCKeditor = new FCKeditor('FCKeditor1') ;
$oFCKeditor->BasePath = '/FCKeditor/';
$oFCKeditor->Value = 'Default text in editor';
$oFCKeditor->Create() ;
?>
[/php]

is equivalient to:

[php]
echo '<input type="text" name="FCKeditor1" value="Default text in editor" />';
[/php]
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 197
Reputation: vssp has a little shameless behaviour in the past 
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Re: Fck editer need help

 
0
  #3
Jul 24th, 2006
Thanks ether......
vssp
Reply With Quote Quick reply to this message  
Join Date: Sep 2005
Posts: 1,082
Reputation: digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice digital-ether is just really nice 
Solved Threads: 66
Moderator
digital-ether's Avatar
digital-ether digital-ether is offline Offline
Veteran Poster

Re: Fck editer need help

 
0
  #4
Jul 24th, 2006
You're most welcome
www.fijiwebdesign.com - web design and development and fun
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC