![]() |
|
||||
---|---|---|---|---|---|
INFORMATION
LOCATION PREVIOUS EVENTS |
The purpose of the symposium is to identify and analyze the relationships between language, human resources and welfare. KEYNOTE SPEAKERS GIANCARLO CHIRO RICHARD B. BALDAUF Jr FERNANDO NAVA GRANT McCONNELL FERNAND DE VARENNES We invite researchers who are working on these or related areas to share their experience within the following topics:
The Symposium will take place at the Facultad de Lenguas (Faculty of Languages) of the Universidad Autónoma del Estado de México (Autonomous University of the State of Mexico) in Toluca City. Only abstracts registered online will be considered (250-WORD ABSTRACT). Languages: Spanish, English For further information, contact : Roland Terborg Virna Velázquez Vilchis Hugo Masse |
||||
Organizing Committee Support Committee |
|||||
No. de visitas:
function interface_contador() { $archivo = "./reg/visitas.txt"; //comprobar si existe el archivo if (file_exists($archivo)) { // abrir archivo de texto y introducir los datos en el array $info $fp = fopen($archivo,"r"); $visitas_totales = fgets($fp, 8); fclose($fp); }else{ // inicializar valores $visitas_totales = 0; } // incrementar las visitas del mes según si estamos en el mismo // mes o no que el de la ultima visita, o ponerlas a cero //$visitas_totales++; //$fp = fopen($archivo,"w+"); //fwrite($fp, $visitas_totales, 8); //fclose($fp); // devolver el array return $visitas_totales; } echo interface_contador(); ?> |