Forum Moderators: coopster

Message Too Old, No Replies

validate graphical submit button

         

Suba

3:52 pm on Jan 15, 2007 (gmt 0)

10+ Year Member



I made an image as submit button using input tag
but i dont no how to validate this button in php
////
<form?
<input type=img src=... name=sub>
</form>

<?php
if(isset($_POST['sub']
echo "hi";
?>

//// not working

plz do help me

coopster

4:08 pm on Jan 15, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, Suba.

Form processing problem with input type=image! [webmasterworld.com]