How do you make a form send the input to the action and update MySQL at the same time?
Jared W. asked:
I have a form that I want to send its variables to another website with the action option, WHILE updating my MySQL server somehow. Is that possible? If so, How?
Comments on How do you make a form send the input to the action and update MySQL at the same time?
have a redirect page in the middle, say if your using php have your form direct to formRedirect.php that looks like