Execute("select * from ".$prefix."_about where lang=$lang LIMIT 1"); $id = $about->fields['id']; } else { $id = $_REQUEST['id']; $about = $db->Execute("select * from ".$prefix."_about where id=$id"); } $body = nl2br(html_entity_decode($about->fields['body'],ENT_QUOTES,"utf-8")); echo '