Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/10/2013, 01:35
Avatar de jor_0203
jor_0203
 
Fecha de Ingreso: octubre-2011
Ubicación: mexico
Mensajes: 760
Antigüedad: 12 años, 6 meses
Puntos: 8
Alguien tiene un contador de archivos muy sencillo

Alguien no tiene un contador de archivos muy sencillo

lo que quiero es saber es que cuando escriba el nombre del archivo
te diga si existe o no

Código PHP:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. </head>
  5. <body> 
  6. <form action="" method="get">
  7. Coloca el nombre de archivo
  8. <input name="archivo" type="text" />
  9. </form>
  10. </body>
  11. </html>

es decir existe si o no