当用户在mysql中提交数据时,如何使用Ajax和PHP获取通知?

时间:2014-09-20 10:50:15

标签: php mysql ajax

当用户将表单或数据提交到mysql数据库时,我可以使用PHP的ajax来获取通知或警报吗?

实时在服务器上,显然不建议每秒刷新页面/数据库。所以,非常感谢有人帮我写一个ajax / php代码,以便在mysql中添加新行时获得通知或警告。

1 个答案:

答案 0 :(得分:1)

You should create a Javascript function that fetch data from your php script or Database and then return them back to user asynchronously without refreshing the page.

您需要使用ajax来刷新页面的特定元素。

请查看here了解详情。