Warning: mssql_query() [function.mssql-query]: message: An expression of non-boolean type specified in a context where a condition is expected, near 'order'. (severity 15) in C:\AppServ\www\index2.php on line 231
Warning: mssql_query() [function.mssql-query]: Query failed in C:\AppServ\www\index2.php on line 231
หน้าที่จะให้แสดง
Code (PHP)
<?php require_once('include/connect.php'); ?>
<?php
$sql =$sql = "select * from ChaInfo where ChaName order by ChaLevel desc limit 0,10";
$result = mssql_query($sql) or exit($sql); // บรรทัด 231
$num = mssql_num_rows($result);
for($i=1;$i<=$num;$i++){
$row = mssql_fetch_array($result);
?>