一个传递值的问题
做了一个文章系统的上下条文章,在静态页面显示功能。结果遇到一些问题,导致在本地显示是正常的(可能本地配置要求不是很严谨,所以语法错误也可以显示),但是在服务器无法读出内容。
而且在Dreamweaver里,总是提示第四行包含一个错误语法,即
静态页面的代码是:
sxt.php的代码:
include('conn.php');
?>
if($_GET['id']=="");
($_GET['class']=="");
{}
$result=$db->query("select * from news where classid='".$class."' and id
while($row=$db->getarray($result)){
?>
document.write("
if($_GET['id']==""); ($_GET['class']==""); <br><font color="#e78608">------解决方案--------------------</font><br>($_GET['class']=="");<br>{}<br>……<br><br>{<br>$result=$db->query("select * from news where classid='".$class."' and id>'".$id."' order by id limit 0,1");<br>}<br>……<br>代码的括号没用的太多,不合语法规则。 <br><font color="#e78608">------解决方案--------------------</font><br>说的对,代码看起来有点乱啊!<br>