
26/06/2008, 14:40
|
 | | | Fecha de Ingreso: septiembre-2005 Ubicación: Córdoba
Mensajes: 1.830
Antigüedad: 19 años, 6 meses Puntos: 55 | |
Respuesta: Contador por click no cuenta!!! 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 + 1")
} |