Re: [PHP] several buttons in form - which one was clicked

2003-02-10 Thread Justin French
Hi, Why do you want a checkbox beside each button? Wouldn't the button alone be enough? I'm assuming it's for something like a delete items list? This is one of many ways to do it... I can't see why you need checkboxes -- perhaps you need to tell us more abut what you want to achieve. "; e

[PHP] several buttons in form - which one was clicked

2003-02-10 Thread Vahldieck, Mike
Hi there, I'm new to PHP, so maybe this Q makes me look rather stupid... never mind, asking it anyway... I want to have a form with several checkboxes and an OK button next to each of them, to enable users to send data when checkbox has been changed.. I need to pass $i to know, which button has b