Re: [PHP] getting pages with FILE

2002-05-04 Thread Miguel Cruz
On Sat, 4 May 2002 [EMAIL PROTECTED] wrote: >> It identifies itself along these lines: >> >>HTTP-User-Agent: PHP/4.1.2 > > thank you. now is there a way to modify the above identification, > say something like "HTTP-User-Agent: Netscape 4 (Mozilla etc..." I haven't really checked, but I su

Re: [PHP] getting pages with FILE

2002-05-04 Thread Jason Wong
On Saturday 04 May 2002 20:06, [EMAIL PROTECTED] wrote: > never heard of cURL ? is it a extension for PHP ? google > curl ? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development

Re: [PHP] getting pages with FILE

2002-05-04 Thread jyrgen
On 3 May 02, at 12:16, Miguel Cruz wrote: > On Fri, 3 May 2002 [EMAIL PROTECTED] wrote: > > i'm using FILE to read a page via HTTP and construct an array of > > HTML lines. After that i modify the page and echo it out. > > this all works great. The web server delivers pages depending on > > brow

Re: [PHP] getting pages with FILE

2002-05-03 Thread Miguel Cruz
On Fri, 3 May 2002 [EMAIL PROTECTED] wrote: > i'm using FILE to read a page via HTTP and construct an array of > HTML lines. After that i modify the page and echo it out. > this all works great. The web server delivers pages depending on > browser types. Now i need to "pretend" a certain browser.

[PHP] getting pages with FILE

2002-05-03 Thread jyrgen
hello all, i'm using FILE to read a page via HTTP and construct an array of HTML lines. After that i modify the page and echo it out. this all works great. The web server delivers pages depending on browser types. Now i need to "pretend" a certain browser. Can this be done ? What kind of HTTP-req