I make a form (icf_english.php) AND $oFCKeditor=new FCKeditor('english'); send to icf_english_prew.php for preview
In icf_english_prew.php have this code
But variable $english always are empty,what are the problem?
In icf_english_prew.php have this code
$english=stripslashes($_POST['english']); if(isset($_POST['submit'])){ //$sqlupdate="UPDATE icf_content SET content='$english' WHERE id_icf=1"; //mysql_query($sqlupdate,$idcon); echo $sqlupdate;
But variable $english always are empty,what are the problem?