![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/12/2004, 19:10
|
| | Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 21 años Puntos: 22 | |
Es recomendable o NO ES recomendable extract($_POST)? Utilizandola se ahorra tiempo...
Y se puede algo como:
<?php
$a='';
$b='';
exctract($_POST);
if($a){ ....
?>
Pero me queda la duda de si implica menor seguridad aun cuando se inicien las variables vacias..
Salu2!. |