jQuery AJAX form data serialize using PHP

前端 未结 7 1524
轻奢々
轻奢々 2020-12-05 08:07

I am stuck in my code, I need to send data from the form to the check.php page and then process it.

This is my code:

The AJAX part:



        
7条回答
  •  旧时难觅i
    2020-12-05 08:56

    Change your code as follows -

    
    
    

    PHP -

    
    

提交回复
热议问题