Hi,
I have a form on my website which has two buttons - edit and delete. I want
the edit button to take the user to edit_record.php where they can edit the
record, and the delete button to take the user to delete_record.php where they
can delete the record.

The problem I have that the form action can either be edit_record.php or
delete_record.php but not both so I have to choose either edit ot delete as the
action. Is there an easy way I can assign the edit button to take the user to
edit_record.php and the delete button to delete_record.php?

Any help appreciated.