Insert data through ajax into mysql database

后端 未结 6 1176
灰色年华
灰色年华 2020-11-30 06:33

Newsletter:

\">
6条回答
  •  执念已碎
    2020-11-30 06:57

    Why use normal jquery ajax feature. Why not use jquery ajax form plugin, which post the form data by ajax to the form action link.

    Check it here:

    http://malsup.com/jquery/form/#getting-started

    It is very easy to use and support several data formats including json, html xml etc. Checkout the example and you will find it very easy to use.

    Thank you

提交回复
热议问题