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?

Thanks.

Ken


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to