$goo1 = "select * from google_ads where id = '1'";
$res_goo1 = mysql_fetch_array(mysql_query($goo1));
$row_goo1 = $res_goo1[ads];
echo "$row_goo1";
?>
$goo1 = "select * from google_ads where id = '2'";
$res_goo1 = mysql_fetch_array(mysql_query($goo1));
$row_goo1 = $res_goo1[ads];
echo "$row_goo1";
?>
include("include/footer_menu.php"); ?>