Tag: visitas
<< Anterior
Siguiente >>
Contador simple de visitas
Uso
function load_counter() { } return 0; } function update_counter($i=1) { $n = load_counter(); $n += $i; return $n; }
// count the current visit and output the count $visits = update_counter(); // just load the counter data $visits = load_counter();
En PHP contador visitas por admin hace on 30/1/08 | Comentarios
<< Anterior
Siguiente >>
