Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/10/2007, 03:13
Manu_Leon
 
Fecha de Ingreso: marzo-2005
Ubicación: Sevilla
Mensajes: 277
Antigüedad: 19 años, 1 mes
Puntos: 2
Re: Problema De Redireccionamiento...

bueno todo es ir probando. de momento deberias cambiar

Código:
<?php require_once('Connections/ChileWarezcl.php'); ?> 
<?php 
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")  
{ 
  $theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue; 

..........

por eto otro:

Código:
<?php require_once('Connections/ChileWarezcl.php');
function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")  
{ 
  $theValue = (!get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;
y por supueto asegurate que delante del <? no haya espacios.