Xtrme_XJ
03-09-2010, 11:17 PM
When a button is clicked I want it to post that value to a php page. The problem is I want the text on the button to say something different.
Here is my code and what I want the output to be.
<form action="removeEvent.php" method="post">
<input type="submit" name="buttonUnit" value="Remove">
</form>
I want the button to have the word remove on it but POST something different.
Here is my code and what I want the output to be.
<form action="removeEvent.php" method="post">
<input type="submit" name="buttonUnit" value="Remove">
</form>
I want the button to have the word remove on it but POST something different.