a php page can have two submit buttons
and on single page when clicking different buttons on that page
different functions will call
can we have two submit buttons in php?
Moderator: General Moderators
Re: can we have two submit buttons in php?
Yeah. Sure.
You have a more specific question in mind?
You have a more specific question in mind?
-
manojsemwal1
- Forum Contributor
- Posts: 217
- Joined: Mon Jun 29, 2009 4:13 am
- Location: India
Re: can we have two submit buttons in php?
yes use <form> for each button.................
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: can we have two submit buttons in php?
Not necessarily - you would only do that if you wanted the submit buttons to have different actions.manojsemwal1 wrote:yes use <form> for each button.................