hey guys,
how do I do a "post" method in a script without the user actually clicking on a button, I want to do it in the backend (eg. within the script)? I am trying to do a post on an external website (not mine).
I know this is possible with perl using the HTTP::Request::Common and LWP::UserAgent modules, and then using the POST command within the perl script.
Is this possible in php?