skus pouzit tento kod
// pridani clanku
$fckeditorT = $_POST['FCKeditor'];
$fckeditorT2 = $_POST['FCKeditor2'];
$sql="INSERT INTO `ramsey_articles` (`section` , `author` , `time` , `caption` , `text` , `introduction`, `ok` )"
." VALUES('".$_POST["section"]."' , '".$auth_user."' , '".time()."' , '".$_POST["caption"]."' , \"$sValue\" ,\"$sValue_introduction\",'".$_POST["ok"]."' ) ";
$insert=mysql_query($sql);