Текущий архив: 2008.05.18;
Скачать: CL | DM;
ВнизPHP Найти похожие ветки
← →
php (2008-04-03 08:45) [0]Интернет работает через прокси. IP:PORT
На компьютере стоит Денвер.
Глобального хоста нет...
Кусок кода скрипта
<?php
// Define a context for HTTP.
$aContext = array(
"http" => array(
"proxy" => "tcp://127.0.0.1:8080", // This needs to be the server and the port of the NTLM Authentication Proxy Server.
"request_fulluri" => True,
),
);
$cxContext = stream_context_create($aContext);
// Now all file stream functions can use this context.
$sFile = file_get_contents("http://www.php.net/", False, $cxContext);
echo $sFile;
?>
Заместо 127.0.0.1:8080" ественно мой прокси...
При выполнении скрипта выдает ошибку:
Warning: file_get_contents(http://www.php.net/) [function.file-get-contents]: failed to open stream: HTTP request failed! in h:\home\localhost\www\111\index.php on line 14
Что не так ? Почему не работает ?
← →
nnn (2008-04-03 09:24) [1]Сори вопрос снят ошибка в адресе
Страницы: 1 вся ветка
Текущий архив: 2008.05.18;
Скачать: CL | DM;
Память: 0.44 MB
Время: 0.051 c