$section = 0;
$sub = 0;
$ttl = "Bem-vindo";
require "../lib/header.php";
?>
Promoções
$i = 0;
$qa = mysql_query("select id, ttl, lead, section from txt where vis='1' and section='3' order by high desc, date desc, ttl asc limit 4");
while ( $q = mysql_fetch_array($qa) ) {
$i++;
?>
}
?>
Curiosidades
$i = 0;
$qa = mysql_query("select id, ttl, lead, section from txt where vis='1' and section='20' order by high desc, date desc, ttl asc limit 4");
while ( $q = mysql_fetch_array($qa) ) {
$i++;
?>
}
require "../lib/footer.php";
?>