PHP: SUBMIT Type vs IMAGE Type
        Posted  
        
            by sebb
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sebb
        
        
        
        Published on 2010-06-01T01:12:38Z
        Indexed on 
            2010/06/01
            1:23 UTC
        
        
        Read the original article
        Hit count: 229
        
php
I have noticed that when using a SUBMIT type its name attribute gets passed via POST , while an IMAGE type button do not have this data sent, can any one clear this up for me? In both instances the NAME attribute is present at HTML level, but only the SUMBIT type has the NAME sent via POST....is this right?
© Stack Overflow or respective owner