Ver Mensaje Individual
  #6 (permalink)  
Antiguo 28/03/2007, 01:53
toforo
 
Fecha de Ingreso: octubre-2006
Mensajes: 173
Antigüedad: 17 años, 7 meses
Puntos: 3
Re: Saber si existe un fichero en mi RED

me parese que te refieres a eso si o no

Código PHP:
<?php
//Verifica si existe, 117001.gif
if (FILE_EXISTS("C:\\server-xeon\\scaned\\117000\\117001.gif")) {
   echo 
"Si existe";
} else {
  echo 
"no existe";

 
?>

Última edición por toforo; 28/03/2007 a las 02:29