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