Re: [PHP] Get a PAGE

2005-01-28 Thread Matthew Fonda
just use file_get_contents() or fopen() On Thu, 2005-01-27 at 22:52, Louie Miranda wrote: > Im trying to capture the whole page of a certain courier service. > What i want to do is, after i got the form to query the AWB (Air Way > Bill No.) It will dump on my local folder the page containing the >

Re: [PHP] Get a PAGE

2005-01-27 Thread Louie Miranda
thank you. Is it possible to only show a certain from and end field? On Fri, 28 Jan 2005 00:59:05 -0600, Jon <[EMAIL PROTECTED]> wrote: > I use libcurl for such functions > On Fri, 2005-01-28 at 14:52 +0800, Louie Miranda wrote: > > Im trying to capture the whole page of a certain courier servic

Re: [PHP] Get a PAGE

2005-01-27 Thread Jon
I use libcurl for such functions On Fri, 2005-01-28 at 14:52 +0800, Louie Miranda wrote: > Im trying to capture the whole page of a certain courier service. > What i want to do is, after i got the form to query the AWB (Air Way > Bill No.) It will dump on my local folder the page containing the > d

[PHP] Get a PAGE

2005-01-27 Thread Louie Miranda
Im trying to capture the whole page of a certain courier service. What i want to do is, after i got the form to query the AWB (Air Way Bill No.) It will dump on my local folder the page containing the details on it. Im going to try PEAR HTTP_Download Is there another application or syntax on php