to get the value of selected month and print the dates

前端 未结 2 1378
情深已故
情深已故 2021-01-29 08:05
\"01\",\"February\"=>\"02\",\"March\"=>\"03\",\"April\"=>\"04\",\"May\"=>\"05\",\"June\"=>\"06\",\"July\"=>\"         


        
2条回答
  •  不思量自难忘°
    2021-01-29 08:38

    If you want to get the value of the select item use:

    $month = $_POST['month'];
    

    You question makes it uncertain for me if this is all within the same file or not. If this doesn't solve your problem, please let me know in the comments.

提交回复
热议问题