Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/11/2005, 13:05
under_ground
 
Fecha de Ingreso: abril-2005
Mensajes: 491
Antigüedad: 19 años
Puntos: 1
Sería valido entonces hacer algo como esto para limpiar la variable total ?

Código PHP:
if($total 0)

   unset(
$total);
   
header("location: error.php");
   
}
if(
$total==0)
{              
  
$valor=34;    
 unset(
$total);
 
header("location: nuevo_valor.php");