![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/05/2009, 17:10
|
![Avatar de dannce4life](http://static.forosdelweb.com/customavatars/avatar243638_1.gif) | | | Fecha de Ingreso: junio-2008 Ubicación: localhost
Mensajes: 137
Antigüedad: 16 años, 8 meses Puntos: 6 | |
Respuesta: unset() todas las variables fijate si funciona esto
Código php:
Ver originalfunction unset_all_vars($a) { foreach($a as $key => $val) { } }
__________________ Gracias |