Salve ho fatto sto script:
ma non si aggiorna la tabella contiene un campo ID (auto incrementante) ed NumeroVisite (INT11)Codice PHP:
mysql_query("UpDate visite SET NumeroVisite=NumeroVisite + 1") or die (mysql_error());
$QueryVst=mysql_query("Select NumeroVisite from visite") or die (mysql_error());
$RecVst=mysql_fetch_array($QueryVst);
echo $RecVst["NumeroVisite"];
ma non sia ggiorna rimane sempre a 0![]()
Non capisco il prchè![]()