Index: temp/trunk/html/test/kakinaka/mysql.php
===================================================================
--- temp/trunk/html/test/kakinaka/mysql.php	(revision 4945)
+++ temp/trunk/html/test/kakinaka/mysql.php	(revision 4946)
@@ -115,4 +115,8 @@
   print "¤ª¤ª¤Ã¤È¡ª¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÀÜÂ³¤Ç¤­¤Þ¤»¤ó¡£";
 }
+
+$result = $db->query("INSERT INTO employee (name) VALUES ('John')");
+
+
 $result = $db->query("SELECT last_insert_id(),last_insert_id()");
 while($row = $result->fetchRow()){
