How to update a web page without reloading the web page using AJAX?

后端 未结 4 661
不思量自难忘°
不思量自难忘° 2021-01-14 10:38

I\'m trying to update info that a users entered in to a mysql database using php without reloading the web page how can I do this an example or tutorials will be nice.

4条回答
  •  天涯浪人
    2021-01-14 11:14

    Pull jQuery in to your project and look at its get/post methods documentation.

提交回复
热议问题