Form Submission Script Fix
I Have a PHP script that uses libCurl to submit the POST variables to another PHP script on a remote server. The script on the remote server is suppose to redirect to specified url through PHP header location but I’m having a problem with that. So I need the scripts fixed to properly redirect after the form is submited or another set of scripts that do the same.