Hi,
Ok, Im going to try to explain this...
I have to post information to a script that will only accept information using the "POST" method from a form. Well, I would like my users to seamlessly transfer from my site to the site that contains the script that accepts the information. Is there any way that I can transfer them to that script and still have the information sent as a POST? Without the need to hit a submit button in other words. I have already tried just using the...
header("Location: http://www.site.com/script.php?data=3823");
and the script.php replies with this cannot be accepted, only with POST it will be accepted.
Anyways... any help would be appreciated. Thanks!