Bah non succede niente, non visualizzo niente:
Codice PHP:<?php
// Mi connetto al Database
mysql_connect("localhost","miki92","") or die(mysql_error());
mysql_select_db("my_miki92") or die(mysql_error());
$sql = "select count ( * ) AS `Righe` , `data_toatli` FROM `visite` WHERE `data_totali` > ".(time()-86400);
$c = mysql_query($sql);
echo $c;
?>

