Index: temp/trunk/html/test/kakinaka/mysql.php
===================================================================
--- temp/trunk/html/test/kakinaka/mysql.php	(revision 4938)
+++ temp/trunk/html/test/kakinaka/mysql.php	(revision 4939)
@@ -115,5 +115,5 @@
   print "¤ª¤ª¤Ã¤È¡ª¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÀÜÂ³¤Ç¤­¤Þ¤»¤ó¡£";
 }
-$result = $db->query("SELECT last_insert_id()");
+$result = $db->query("SELECT now()");
 while($row = $result->fetchRow()){
     print_r($row);
