php $link = mysql_pconnect("localhost", "root", ""); mysql_select_db("guestbook", $link); $result = mysql_query("SELECT * FROM messages", $link); // table 必須 ...
確定! 回上一頁