Infinito Punto Alfa

Hasta los güevos de la 2.0, algo de diseño gráfico, web y concursos.

10 marzo 2007
by Animatek
0 comments

PHP : Archivos :
Descargas

PLAIN TEXT PHP: <?php // Para descargar diferentes archivos // //<a href="download.php?file=nombredelarchivo">Archivo</a> //$enlace = $_GET[file]; $enlace = "logo.jpg"; header ("Content-Disposition: attachment; filename=".$enlace); header ("Content-Type: application/octet-stream"); header ("Content-Length: ".filesize($enlace)); readfile($enlace); ?> ejecutar ejemplo Bookmark on Delicious Digg this post Recommend on … Continue reading