Re: Re[2]: [PHP] how to open a webpage

2004-01-12 Thread Chris Shiflett
--- Richard Davey <[EMAIL PROTECTED]> wrote: > CS> You can open Web pages just like local files: > CS> > CS> $handle = fopen('http://www.example.com/', 'r'); > > Depends on your meaning of the word "open" though doesn't it? :) That's true. I see now from everyone else's answers that the majority

Re[2]: [PHP] how to open a webpage

2004-01-12 Thread Richard Davey
Hello Chris, Monday, January 12, 2004, 5:00:16 PM, you wrote: >> PHP itself cannot open a web page, it's a server-side language and >> doesn't have any control over the client like that. CS> Well, that's not exactly true if the allow_url_fopen directive is enabled. CS> You can open Web pages jus