Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/02/2005, 01:52
Goku00_1
 
Fecha de Ingreso: noviembre-2004
Mensajes: 68
Antigüedad: 19 años, 5 meses
Puntos: 0
o tambien haci:

if(@file_exists($incluir)){
include $incluir;
}
else
{
echo "NO existe el archivo";
}