Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/05/2011, 08:06
Avatar de BapeMilo
BapeMilo
 
Fecha de Ingreso: octubre-2010
Mensajes: 71
Antigüedad: 13 años, 6 meses
Puntos: 1
Respuesta: Ayud CurlPhp5

La linea de error es esta esta todo bien pero me sige tirando error
Código PHP:
Ver original
  1. if ($this->follow) {
  2.             curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
  3.         } else {
  4.             curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0);
  5.         }