$_POST not returning value
Posted: Sat Jun 03, 2006 8:26 pm
i Have
and print $_POST['Submit']; and it doesnt have no value for the image buttons.
Code: Select all
<form name="form1" method="post" action="">
<input type="text" name="exploring">
# of turns to use to explore.
<br>
<input type="submit" name="Submit" value=" Explore ">
<input type="image" name="Submit" src="undeserving.gif" alt="Test 1"
width="133" height="33" border="0" value="Test 1">
<input type="image" name="Submit" src="undeserving.gif" alt="Test 2"
width="133" height="33" border="0" value="Test 2">
</form>and print $_POST['Submit']; and it doesnt have no value for the image buttons.