$sql = "UPDATE `main_site` SET `PageContent` ='".$_POST['FCKEditor1']."' AND `PageTitle` = ".$title." WHERE `PageLink` = '".$pageid."'";
the field is a regular text field on table that its trying to save to. its not FCKEDITOR its something else, is there a solution to this

Re: php/mysql, html code saaves as 0 instead of true value
Do a str_replace when saving it?