On Fri, Aug 16, 2002 at 08:02:17PM -0400, Ken Meyer wrote : 
> I am trying to write a script that will read a page from
> another website. So long at the page is accessed via a "GET",
> this is no problem; I just need to open the page using fopen,
> readfile or file_get_contents. The problem is that I need to
> access a page that requires a "POST". Any suggestions as to how
> I could do this?

    You can either use the curl extension (see manual) or
    "Snoopy" (see sourceforge), a browser client class.

    - Markus

ps: php-general@ is the right list to post such questions.
-- 
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"Finally, if someone actually flying a plane is relying on
a freakin' webcam to land, we're all in trouble."
- A /. poster.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to