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(
相關文章
相關標籤/搜索