September 17, 2008

How do you make a form send the input to the action and update MySQL at the same time?

mysql
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?

Filed under Programming & Design by administrator

Permalink Print

Comments on How do you make a form send the input to the action and update MySQL at the same time?

September 18, 2008

Big D @ 9:43 pm

have a redirect page in the middle, say if your using php have your form direct to formRedirect.php that looks like