<?php { $result=$db->query("select * from news where classid='".$class."' and id>'".$id."' order by id limit 0,1"); } while($row=$db->getarray($result)) { ?> document.write("<p><a href='<?php echo $row[path]; ?>'><?php echo $row[title]; ?></a></p>"); <?php } ?>
{ $result=$db->query("select * from news where classid='".$class."' and id>'".$id."' order by id limit 0,1"); } …… 代码的括号没用的太多,不合语法规则。
------解决方案-------------------- 说的对,代码看起来有点乱啊!