Ver Mensaje Individual
  #18 (permalink)  
Antiguo 26/06/2008, 16:16
Avatar de jaronu
jaronu
 
Fecha de Ingreso: febrero-2008
Mensajes: 2.183
Antigüedad: 16 años, 2 meses
Puntos: 52
Respuesta: Contador por click no cuenta!!!

Hola

y no seria asi??

Código PHP:
$scomprobarIP "SELECT hitIP FROM hits where hitIP = 'xxx.xxx.xxx.xxx'" 
$res mysql_query($comprobarIP);  

if (
mysql_num_rows($res) == 0); {  

mysql_query("UPDATE hits SET hitTotal = hitTotal + 1");