<?php
mysql_connect('localhost','root','root');
mysql_select_db('moodle');
$ht = "";
$sql = "select * from absence where username='iset' ";
$sql_query = mysql_query($sql);
while( $row = mysql_fetch_object($sql_query) ){
$ht += "<li>".$row->classe."</li>";
}
echo $ht;
?>
总是 // 0 我在 'absence' 中有 3 行用户名 = 'iset' 我认为 $ht 的问题但是 !!! 感谢先进