Form data not passing to PHP

前端 未结 4 1647
梦毁少年i
梦毁少年i 2021-01-07 04:14

I have what should be a simple form to pass data to a php page. The form is:

4条回答
  •  旧巷少年郎
    2021-01-07 04:45

    You need to have a 'name' attribute in the form for each input field that you want to read in PHP. So you're code should read:

     
    
    
    

提交回复
热议问题