I have the following within a html form:
The values are generated in a php script. I need to get the value of whichever button was pressed.
How would I go about accessing these values in the php page that I post the form to?
Code:
<input type='image' name='stamp' value='1134' src='../images/back.gif'>
<input type='image' name='stamp' value='2465' src='../images/forward.gif'>
The values are generated in a php script. I need to get the value of whichever button was pressed.
How would I go about accessing these values in the php page that I post the form to?