Changeset 4941 for temp/trunk/html
- Timestamp:
- 2006/09/17 21:26:34 (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
r4940 r4941 115 115 print "¤ª¤ª¤Ã¤È¡ª¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£"; 116 116 } 117 $result = $db->query("SELECT last_insert_id( )");117 $result = $db->query("SELECT last_insert_id(id+1)"); 118 118 while($row = $result->fetchRow()){ 119 119 print_r($row);
Note: See TracChangeset
for help on using the changeset viewer.
