Can't find an input type=image value in $_POST

后端 未结 5 2179
故里飘歌
故里飘歌 2020-12-20 03:08

Well may be it is to easy question but:

I want to sort the numbers by clicking an image. I thought that i make a form and add an imagefield.

5条回答
  •  無奈伤痛
    2020-12-20 04:07

    For the image input try adding an id. You have a name, but no id.

    Replace

    
    

    with

    
    

提交回复
热议问题