Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 MySQL 数据库,其中有许多行,并且经常更新。我想要发生的是,如果用户打开一个网页并且有 78 行,那么页面中间会有一个数字显示 0,但是如果用户在该网页上时行数增加,那么页面中间的数字每次添加新行都会增加数据库中的行数,所以如果用户在页面上并且在20秒后有81行,那么它将显示一个数字3 in页面的中间。我在 Ajax 方面没有经验,因此将不胜感激。我正在使用 PHP 和 mysql 数据库
谢谢,
尝试这个 :
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script> <script type="text/javascript"> jQuery.ajax({ 类型:“发布”, 网址:“文件名.php, 数据:这里的数据, 成功:函数(返回){ // 在这里做任何事情 } }); </脚本>
在数据中,只需将要发送的值发送到 php 文件