lo que quiero es saber es que cuando escriba el nombre del archivo
te diga si existe o no
Código PHP:
Ver original
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <form action="" method="get"> Coloca el nombre de archivo <input name="archivo" type="text" /> </form> </body> </html>
es decir existe si o no