Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/03/2009, 23:18
ramt2005
 
Fecha de Ingreso: septiembre-2008
Mensajes: 3
Antigüedad: 16 años, 5 meses
Puntos: 0
Respuesta: function get_magic_quotes_gpc()

ok de verdad muchas gracias... pero hay alguna manera o funcion por la cual yo pueda hacer q todo esto me funcione...

Código PHP:
if (!function_exists("GetSQLValueString")) {
function 
GetSQLValueString($theValue$theType$theDefinedValue ""$theNotDefinedValue ""
{
  
$theValue get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;

  
$theValue function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);