[thelist] PHP & post form problem

Fabian Olesen chaositec at chaositec.dk
Fri Jun 7 10:33:09 CDT 2002


hi..

I have a problem with posting a form to the same php script, i can
easily do it, if i use

input type=submit


and then check it with

if(isset($_POST['submit']))
{
...
}

but if i want an image to be pressable, and i use

input type=image src=image

then how do i catch it, it works fine with the submit type, but i cant
seem to figure out what goes wrong when i try to catch it with the image
in place instead.


ive search google... asked friends.. but the all fail in giving a hint
or a solution on how to get it done...


Fabian Olesen








More information about the thelist mailing list