ob_start();
require("includes_1/config.php");
require("includes_1/dbcon.php");
require("include/function.php");
if($_REQUEST['mode']=="confirm") sent_mail_and_store_data();
$sql_pcontent="select * from cms where page_name='home'";
$rs_pcontent=mysql_query($sql_pcontent) or die("Sql Error in home page:".mysql_error());
if(mysql_num_rows($rs_pcontent)>0)
{
$rec_pcontent=mysql_fetch_array($rs_pcontent);
$meta_title=$rec_pcontent['page_meta_title'];
$meta_description=$rec_pcontent['page_meta_description'];
$meta_keywords=$rec_pcontent['page_meta_keywords'];
$page_title=$rec_pcontent['page_title'];
$page_description=$rec_pcontent['page_description'];
}
else
{
$page_description="No description Available";
}
?>
Notice: Undefined variable: meta_title in /hermes/bosnacweb08/bosnacweb08ar/b1935/ipw.authentic2008/public_html/index.php on line 34
require("includes_1/config.php");
require("includes_1/dbcon.php");
include("calender/date.php");
$sql_country="select * from tbl_country where status='Y' order by id desc";
$rs_country=mysql_query($sql_country) or die("Error in sql:".mysql_error());
?>
Notice: Undefined variable: page_title in /hermes/bosnacweb08/bosnacweb08ar/b1935/ipw.authentic2008/public_html/index.php on line 152
Notice: Undefined variable: page_description in /hermes/bosnacweb08/bosnacweb08ar/b1935/ipw.authentic2008/public_html/index.php on line 153
Fatal error: Uncaught Error: Call to undefined function mysql_query() in /hermes/bosnacweb08/bosnacweb08ar/b1935/ipw.authentic2008/public_html/index.php:192
Stack trace:
#0 {main}
thrown in /hermes/bosnacweb08/bosnacweb08ar/b1935/ipw.authentic2008/public_html/index.php on line 192