Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.014 c
15-1207559622
Kostafey
2008-04-07 13:13
2008.05.18
Я вернулся


2-1208611624
Алексей К.
2008-04-19 17:27
2008.05.18
получение имен в TStringList


15-1207163877
korneley
2008-04-02 23:17
2008.05.18
Максиму Пешкову посвящается


15-1207301611
Zoldberger
2008-04-04 13:33
2008.05.18
IdHTTP и ADO


2-1208423314
Ega23
2008-04-17 13:08
2008.05.18
STDIN и STDOUT




   Наверх