# Righto, get all the variables and stuff from the edit.me file #include ('edit.me'); # set a session ID session_start(); # This is the bit which adds to the count.txt file if ($count_what == 'visitors') { # First it creates a session Id for each visit so that it counts # visits rather than how many times a page is loaded. if (!$PHPSESSID) { $thefile = file("count.txt"); $count = implode("", $thefile); $count++; $myfile = fopen("count.txt","w"); fputs($myfile,$count); fclose($myfile); } # done } else { # Else it will count every page load $thefile = file("count.txt"); $count = implode("", $thefile); $count++; $myfile = fopen("count.txt","w"); fputs($myfile,$count); fclose($myfile); } ?>
ENTREGA PREMIO 7º CONCURSO "PARTICIPA Y GANA" CON TU REVISION (Marzo 2011)
Entrega del premio 7° Concurso "Participa y Gana con tu Revisión" en nuestra Planta de Revisión Técnica de Coquimbo se realizó la premiación del 7° concurso "Participa y Gana con tu Revisión" el día 3 de Marzo de 2011.
El premio fue entregado por Don Mauricio Lagos (Jefe de Planta) a Don Fernando Pizarro Poblete (hijo de la ganadora Señora Sara Poblete Linares, que por razones personales no pudo asistir).El premio elegido fue un LCD de 32".
Felicidades para la ganadora y seguimos invitando a nuestros clientes a estar atentos para la realización de siguientes concursos.![]()
![]()