Ver Mensaje Individual
  #92 (permalink)  
Antiguo 21/03/2012, 17:18
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: [APORTE] file_get_contents(), cURL, HTTP_Request

stream_context_create te permite especificar un Proxy:

http://www.php.net/manual/en/context.http.php

De lo contrario tienes que usar cURL.

Saludos.