I want a PHP script to send data to a script that normaly processes forms.
How do i get the PHP script to send the POST to the form-processer?
Also the processer is within a protected area (HTTP-authentification) so the POST containing the form data would have to be sent with some kind of authification.