kevinkhan
01-25-2010, 06:15 PM
for the form submit button i have
<input class="send" type="image" src="images/submit.gif" name="submit" /></p>
but when i check for this condition it doesn't recognize it
if(isset($_POST['submit']))
Why is this and what other condition could i use..
The above works if i change type image to type submit..
<input class="send" type="image" src="images/submit.gif" name="submit" /></p>
but when i check for this condition it doesn't recognize it
if(isset($_POST['submit']))
Why is this and what other condition could i use..
The above works if i change type image to type submit..