Ver Mensaje Individual
  #8 (permalink)  
Antiguo 17/05/2004, 14:42
concric
 
Fecha de Ingreso: noviembre-2003
Ubicación: Málaga
Mensajes: 293
Antigüedad: 20 años, 5 meses
Puntos: 1
<a href="http_referer.php?delet=yes">DELETE</a>
Código PHP:
 <?php
            
$archivo
="referidos.txt";
                                switch (
$delet){
                                case 
"yes":
      
$logfile fopen("$archivo""w"); 
      
fclose($logfile); 
      
header("Location: http_referer.php"); 
                         break;
                        default:
            include(
"$archivo");
      }
?>
__________________

diseño web

Última edición por concric; 17/05/2004 a las 14:43