im doing a submit page w a image button "<input type="image" src"../image/btn.gif" name="btnsearch">".. i tried the usual way to extract info from the textbox like this:
if( isset($POST['btnsearch']) )
echo $search = $POST['txtboxsearch'];
but it wont work.
if i use "<input type="submit" name="btnsearch">" it works.. so how do i use image button? tks