hi I have an input with the type equal to image and I am trying to get check the postback. if the type is submit then I just check the name what do I check for the image?
<input type="image" src="somehting.jpg" alt="Buy Now" title=" Buy Now " id="addPartBtn">
else if($_POST['?']{
I put a question mark in the code where im nto sure what to check for.