我需要<div>
在php中的每个while循环之后清除并插入从数据库中获取的新内容。有人可以帮我解决这个问题吗?我还需要在循环中睡大约 10 秒。
我在 while 循环中使用 PHP。
一般流程是这样的——
while() {
read from database;
sleep;
clear div; ///I nead help here;
Add content to div ///I need help here
}
谢谢
我需要<div>
在php中的每个while循环之后清除并插入从数据库中获取的新内容。有人可以帮我解决这个问题吗?我还需要在循环中睡大约 10 秒。
我在 while 循环中使用 PHP。
一般流程是这样的——
while() {
read from database;
sleep;
clear div; ///I nead help here;
Add content to div ///I need help here
}
谢谢