| | |
Fck editer need help
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
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]
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!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
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!
Cpanel Email - Let users Register email accounts on your website upon registration
Ajax Chat - Fully browser based chat!
![]() |
Similar Threads
- Registry editer on Windows (Windows NT / 2000 / XP)
- Query optimization (PHP)
- my pride and joy (Python)
Other Threads in the PHP Forum
- Previous Thread: passing checkbox value to next page
- Next Thread: PHP/Mysql
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax alerts apache api array beginner binary broken cakephp checkbox class cms code convert cron curl database date directory display download dynamic echo email error file files folder form forms function functions google hack href htaccess html htmlspecialchars image include insert integration ip java javascript joomla limit link login loop mail menu methods mlm mod_rewrite multiple mysql network object oop overwrite parse paypal pdf php problem query radio random recursion redirect regex remote script search securephp server sessions sms soap source space sql structure syntax system table tutorial update upload url validation validator variable video web xml youtube






