I was wondering if anyone knows how to make a script that is capable of
doing it's own POST to a page without needing a form to be filled in.
Basically it needs to perform the same sort of action as:
www.anyplace.com/script.php?action=say&text=hello
Unfortunately I cant change the script at the other end to take GET
variables instead of POST values so I need a way for the PHP script to send
POST values.
Thanks,
Marc.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]