include("connect.php"); $PgName="Services"; $Urlnamee=mysql_real_escape_string(trim($_REQUEST['id'])); $CMS_qry="select * from djs where id='".$Urlnamee."'"; $CMS_rs=mysql_query($CMS_qry);$CMS_arr=mysql_fetch_array($CMS_rs); $CMS_pgnm=stripslashes($CMS_arr["name"]); $CMS_pgdes=nl2br(stripslashes($CMS_arr["description"]));$CMS_photo=stripslashes($CMS_arr["photo"]); $stsmentstsment=stripslashes($CMS_arr["stsment"]);$CMS_pgdes2=stripslashes($CMS_arr["content2"]); $pgtitle=stripslashes($CMS_arr["pgtitle"]);$meta_desc=stripslashes($CMS_arr["meta_desc"]);$meta_kwords=stripslashes($CMS_arr["meta_kwords"]); $urlCCCC = "http" . ((!empty($_SERVER['HTTPS'])) ? "s" : "") . "://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; ?>