# 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 DEL 6º PREMIO “CONCURSA Y GANA CON TU REVISION”
El 25 de Agosto del 2010 se realizo en nuestra Planta de Revisión Técnica de Rancagua, ubicada en Avda Tuniche Nº 720, la entrega del premio del 6º concurso "Concursa y gana en tu revisión".
El ganador fue Don Raúl del Carmen Parada Parada que escogió como premio entre las alternativas un televisor LCD de 32".
Felicitamos a Don Raúl y seguimos invitando a participar a todos nuestros clientes en este nuevo concurso.![]()
![]()