Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/01/2012, 06:42
raulbotella
 
Fecha de Ingreso: marzo-2007
Mensajes: 89
Antigüedad: 17 años, 7 meses
Puntos: 0
Respuesta: Alternativa a file_get_contents

El servidor me reporta el siguiente error:

HTTP Error 403.6 - Forbidden
The IP address from which you are browsing is not permitted to access the requested Web site.

Utilizando:

<?php
$c = curl_init(URL');
curl_setopt($c, CURLOPT_RETURNTRANSFER, true);
$page = curl_exec($c);
curl_close($c);
echo $page;
?>

La cuestion es que a mi en local me funciona perfectamente...