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