Changeset 4943 for temp/trunk/html
- Timestamp:
- 2006/09/17 21:26:50 (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
r4942 r4943 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.
