PHP coding problem (web proxy related)
Posted: Mon Dec 11, 2006 3:12 pm
feyd | Please use
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'-->'connections'-->'lan settings'-->'automatic configuration'. i have a link provided for the address of automatic configuration script.
so, what can i do? THANKS!!!

feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
i want to program in php to open a web page, say http://www.google.com
i use the following code:Code: Select all
$page="http://www.google.com";
$open=fopen($page, 'r') or die();so, what can i do? THANKS!!!
feyd | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]