<p class="sougouContent"> <br> </p> <center><table style="border:dotted;border-color:#F06"> <br> <caption>私开通的会员</caption> <br> <tr>gt;<th>UID</th> <th>会员账号</th> <th>用户種類</th> <th>メール</th> <th>注册時間</th> </tr> <br> <?php <br /> $uname = iconv("UTF-8","gb2312//IGNORE",$uname); <br> $conn = mysql_connect("localhost","root","qqaazz"); <br> mysql_select_db("2",$conn); <br> mysql_query("SET NAMES GBK"); <br> $sql="select * from yang_user where fullname = "qqaazz""; <br> $result = mysql_query($sql,$conn); <br> while($row=mysql_fetch_assoc($result)) <br> { <br> echo"<tr> <td>"$row["uid"]"</td> <td>".$row["uname "]."</td>gt;<td>".$row["utype|getUtypeName"]."</td>gt;<td>gt;".$row["email"]."</td>> ;<td>".$row["regtime|date='Y-m-d H:i:s'"]."</td> </tr> <tr>"; <br> } <br> ?> <br> テーブル> <br> <br> </tr> </table></center>