Execute("select * from ".$prefix."_article where lang=$lang and ar=$ar LIMIT 1"); $id = $art->fields['id']; } else { $id = $_REQUEST['id']; $art = $db->Execute("select * from ".$prefix."_article where id=$id"); } $art_title = nl2br(html_entity_decode($art->fields['title'],ENT_QUOTES,"utf-8")); echo ''; ?>