Re: Can you _POST variables in php without using a <FORM>
Posted by Adam Plocher on 01/21/06 01:08
Chris, this can be achieved by using PHP's CURL (Client URL) functions.
I don't remember the exact code to use, but I don't think it's too
hard. Check out www.php.net/curl .. search for the text "TO POST TO A
PAGE USING values and fields" on that page. It was a comment that
someone left, explaining how to post to an external form.