get.php. <?php $conn=mysql_connect("localhost","dbname","passwd"); mysql_select_db("dbname"); $sql="select id,name,password from login";
確定! 回上一頁