I have a couple of buttons in html as follows:
<tr>
<td><a href="member_archive_action.php"><input class="button" name="Change" type="button" id="Change" value="Change" ></a></td>
<td><a href="members.php"><input class="button" name="Back" type="button" id="Back" value="Back" ></a></td>
</tr>
Each of them calls the appropriate php script twice when pushed. The Change button toggles a flag so was apparently doing nothing. Very puzzling for a while.
This may not be a php problem but can any one assist please?