Che cosa fa questa funzione?![]()
![]()
function enregistre( $variable )
{
//ajout des antislashes selon config
if (!get_cfg_var(magic_quotes_gpc))
{
$variable = addslashes($variable);
}
return $variable;
![]()
Che cosa fa questa funzione?![]()
![]()
function enregistre( $variable )
{
//ajout des antislashes selon config
if (!get_cfg_var(magic_quotes_gpc))
{
$variable = addslashes($variable);
}
return $variable;
![]()