submit form with image is not working in PHP. <input type=\"image\" name=\"action\" value=\"ADD CO-CLIENT\" src=\"images/menu_coclient_add.gif\" alt=\"\" border=\"0\" but it's working fine when I use this one : <input type=\"submit\" name=\"action\" value=\"ADD CO-CLIENT\">
any d\udea ?
If the image is clicked you'll get 'action_x' and 'action_y' variables posted. Look for these instead of the value 'ADD CO-CLIENT'.
have u closed the tag > ???
<input type=\"image\" name=\"action\" value=\"ADD CO-CLIENT\" src=\"images/menu_coclient_add.gif\" alt=\"\" border=\"0\" >
reg kevin