Rumah >pembangunan bahagian belakang >tutorial php >循环报表输出
循环表格输出
用foreach如何进行表格输出?
数据库中的数据是(以下是一个学生的选课信息)
我在页面中
$course=$row['course_id'];
$sql="select * from think_course where id='$course'";
$result=mysql_query($sql);
$row =mysql_fetch_array($result);
取出了数据库中的数据,现在我想用foreach来进行输出以下的形式