Ver Mensaje Individual
  #4 (permalink)  
Antiguo 28/01/2008, 12:36
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Agregar datos al exel

Código PHP:
$result fwrite($fp,$shtml); 
fclose($fp); 
if( !
$result ) {
        
header ("Location: exee.php?mensaje=1"); 
} else {
        
header ("Location: exee.php?mensaje=0"); 

Saludos.