PHP: HTML: send HTML select option attribute in POST

前端 未结 5 430
走了就别回头了
走了就别回头了 2020-12-30 00:37

I want to send the selected item value along with the some attribute (stud_name) value. Is there any functionality in PHP to do so? Here is the example one.

         


        
5条回答
  •  情话喂你
    2020-12-30 01:35

    just combine the value and the stud_name e.g. 1_sre and split the value when get it into php. Javascript seems like hammer to crack a nut. N.B. this method assumes you can edit the the html. Here is what the html might look like:

    Age:

提交回复
热议问题