"ChronoFish" <deja@chronofish.com> wrote in message news:<snEBb.52308$dO2.15782@lakeread03>...[color=blue]
> "johnathan" <demo@jdcommerce.com> wrote in message news:18c52625.0312091547.558dc863@posting.google.c om...[color=green]
> > Shawn Wilson <shawn@glassgiant.com> wrote in message news:<3FD49249.DE18BE4@glassgiant.com>...[color=darkred]
> > > johnathan wrote:
> > > >
> > > > How can I use a php script running on my web server to read in the
> > > > html source from an arbitrary webpage and then write it to a file on
> > > > my web server?
> > >
> > > Search php.net for fopen() + related functions.
> > >
> > > Shawn[/color]
> >
> > Thank you for the suggestions. I have been reading about a set of php
> > functions called curl_init(), curl_exec(), and so on..... i am sure
> > you guys know about it.
> > i have successfully used those commands to read raw html source from
> > websites, but i am now trying to figure out how to use some of the
> > CURLOPT_* options to view a page that requires userid and password and
> > is on a secure server. does anybody know how to do this? for example,
> > how would i use these curl functions in order to view my online bank
> > account summary?[/color]
>
> Sounds dangerous and/or illegal. Here's the rope:
http://www.php.net/manual/en/ref.curl.php
>
> -CF[/color]
whoa.... well, nevermind if it's illegal. i thought it would be okay
if i am using it to view my own personal information.... thanks
anyway.