How can I have multiple submit buttons in a form?

echo $form->create('Form', array('url'=>$url));

echo $form->submit('Edit',array('div'=>false,'name'=>'a','value'=>'edit'));
echo
$form->submit('Submit',array('div'=>false,'name'=>'a','value'=>'submit'));

echo $form->end();

in the above, how do i determine which button i clicked on?

thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to