Query for all the people $queryPeople = mysql_query("SELECT * FROM person") or die(mysql_error()); // Loop through each row while($person ...
確定! 回上一頁