Hi..I used fckeditor 1.6 with PHP and Mysql , but now I do not get work most with PHP and Mysql in the Version 2 ...
For example:
When I did an update in mysql..my code stayed this way:
But now I do not know how to do that in the version 2...
Someone can help ????
For example:
When I did an update in mysql..my code stayed this way:
<?php $oFCKeditor = new FCKeditor ; $oFCKeditor->ToolbarSet = 'Accessibility' ; // '/FCKeditor/' is the default value am this line could be deleted. $oFCKeditor->Value = $intro; $oFCKeditor->CreateFCKeditor( 'intro', '60%', 150 ) ; ?>
But now I do not know how to do that in the version 2...
Someone can help ????
RE: Using FCKeditor with php / Mysql
take a look at this patch..
http://sourceforge.net/tracker/index.ph ... tid=543655