
16/09/2003, 21:27
|
 | | | Fecha de Ingreso: mayo-2002 Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años, 9 meses Puntos: 7 | |
si haces algo como <a href='descargas.php?exe=xxxx.xxx'>
entonces descargas.php podria ser
<?php
if (strlen($exe)>0) {
$sheader="location:".$exe;
header($sheader);
}
?>
__________________ No tengo firma ahora... :( |