Home > PHP, Programming, Script Installation > Form Submission Script Fix

Form Submission Script Fix

February 17th, 2010

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.


Form Submission Script Fix

Comments are closed.
Bear