php动态生成表格的合并

<?php $link=mysql_connect("localhost","root","root"); $db=mysql_select_db("bustest",$link); $sql1="select name from info group by name order by id asc"; print("<table border='1'>"); $res1=mysql_query(
相关文章
相关标签/搜索