![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/01/2008, 12:18
|
| | Fecha de Ingreso: noviembre-2002
Mensajes: 1.341
Antigüedad: 22 años, 2 meses Puntos: 17 | |
Re: enlace a pdf Comprueba que el fichero exista. http://es.php.net/file_exists Código PHP: if (file_exits($ruta_y_nombre_de_fichero)) {
//muestras el enlace.
}
|