include("connect.php"); $PgName="About"; $CMS_qry="select * from staticpage where id=3"; $CMS_rs=mysql_query($CMS_qry);$CMS_arr=mysql_fetch_array($CMS_rs); $pgtitle=stripslashes($CMS_arr["pgtitle"]);$meta_desc=stripslashes($CMS_arr["meta_desc"]);$meta_kwords=stripslashes($CMS_arr["meta_kwords"]); $CMS_pgnm=stripslashes($CMS_arr["name"]);$CMS_pgdes=stripslashes($CMS_arr["content"]);$CMS_photo=stripslashes($CMS_arr["photo"]); ?>