
$querynews='select * from noticias where status=3 order by fecha desc limit 2';
$sql=send_query($querynews);
while ($row=mysql_fetch_array($sql))
echo '
';
?>
include 'config.php'; //if (isset($_GET['L'])) { setcookie("L", $_GET['L'], 1); header('Location:'.$urlBase); } if (!isset($_COOKIE['L'])){ setcookie("L", (isset($_GET['L'])?$_GET['L']:1), 0); header('Location:'.$urlBase); } ?>