Hi there,
How can I post some variables to another webpage on another server? The other server has to receive the data as HTTP_POST and not HTTP_GET.
Thanks alot,
David
Printable View
Hi there,
How can I post some variables to another webpage on another server? The other server has to receive the data as HTTP_POST and not HTTP_GET.
Thanks alot,
David
<form action='http://othersite.com/path/to/processor.php' method='post'>
Have you tried that?
The script needs to call it itself, not a user on an HTML page.