Reply to Submitting Post Information Through fopen()
Posted by dimo414 on 03/22/07 06:18
I am trying to read information from a webpage who's content changes
via a POST form (bad design maybe, but it's what I have to work
with). I can use fopen to read the original page, since that's a
simple GET, but how can I submit POST headers to the site, and read in
the response?