help with PHP programming!!! (转载)# Programming - 葵花宝典
l*s
1 楼
【 以下文字转载自 CS 讨论区 】
发信人: Louis (生日快乐), 信区: CS
标 题: help with PHP programming!!!
发信站: BBS 未名空间站 (Mon Dec 11 16:42:00 2006)
i want to program in php to open a web page, say google
i use the following code:
$page="http://www.google.com";
$open=fopen($page, 'r') or die();
however, it doesn't open because i use "automatic configuration script" for
accessing web pages. the purpose of it is to find some web proxy to use
given the url. it's located under 'tools'-->'internet options'-->'
connection
发信人: Louis (生日快乐), 信区: CS
标 题: help with PHP programming!!!
发信站: BBS 未名空间站 (Mon Dec 11 16:42:00 2006)
i want to program in php to open a web page, say google
i use the following code:
$page="http://www.google.com";
$open=fopen($page, 'r') or die();
however, it doesn't open because i use "automatic configuration script" for
accessing web pages. the purpose of it is to find some web proxy to use
given the url. it's located under 'tools'-->'internet options'-->'
connection