16/04/2009, 08:42
|
| | Fecha de Ingreso: marzo-2009
Mensajes: 480
Antigüedad: 15 años, 10 meses Puntos: 1 | |
Urgente, porfavor get_magic_quotes_gpc, es de la version php4.
Necesito lo mismo pero para php6.
Es urgente, porfavor
if ( get_magic_quotes_gpc() ) {
$_GET = stripslashes_deep($_GET );
$_POST = stripslashes_deep($_POST );
$_COOKIE = stripslashes_deep($_COOKIE);
} |