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