Вниз
Скачать: 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.012 c
3-1197295966
Kolan
2007-12-10 17:12
2008.05.18
TADOCommand не нравится GO, почему?


2-1208271421
webpauk
2008-04-15 18:57
2008.05.18
PageControl, Hint


2-1208676926
Necromancer13
2008-04-20 11:35
2008.05.18
UNION в Паскале


11-1188735091
Виктор007
2007-09-02 16:11
2008.05.18
CollapseProcTable0.inc


2-1208420080
operator
2008-04-17 12:14
2008.05.18
TGauge для вывода сколько процентов файла обработано.




   Наверх