Click to See Complete Forum and Search --> : button submitting 2 forms with php


40esp
06-12-2007, 06:07 PM
is there a way for a button to submitt 2 forms?

ShawnK
06-12-2007, 06:10 PM
do you literally mean two <form>'s or two textboxes?

40esp
06-12-2007, 06:13 PM
2 forms

Kudose
06-12-2007, 06:36 PM
You can't.

Although you can combine the data when one of them is submit, then pass that to your next page using JS.

bogu
06-13-2007, 04:40 AM
Why do u need to submit 2 forms? I don't see the need of that ...