intente con esto, pero tampoco me funciona
Código PHP:
$options = array('http' => array( 'header' => 'User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; es-CL; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 Authorization: Basic' . PHP_EOL ) );
$context = stream_context_create($options);
$text = file_get_contents('http://miusuario:[email protected]/?p=view&pg=2', false, $context);
echo $text;
please, alguien que tenga alguna idea como hacerlo.