Changeset 4946 for temp/trunk
- Timestamp:
- 2006/09/17 21:28:24 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/mysql.php
r4945 r4946 115 115 print "¤ª¤ª¤Ã¤È¡ª¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£"; 116 116 } 117 118 $result = $db->query("INSERT INTO employee (name) VALUES ('John')"); 119 120 117 121 $result = $db->query("SELECT last_insert_id(),last_insert_id()"); 118 122 while($row = $result->fetchRow()){
Note: See TracChangeset
for help on using the changeset viewer.
