source:
closed/dev/html/test/uehara/lock2.php
@
14934
| Revision 14934, 254 bytes checked in by uehara, 19 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | require_once("../../require.php"); |
| 3 | |
| 4 | $objQuery = new SC_Query(); |
| 5 | |
| 6 | |
| 7 | // ¼¡¤ÎIncrement¤ò¼èÆÀ |
| 8 | $arrRet = $objQuery->getAll("SHOW TABLE STATUS LIKE ?", array('dtb_order')); |
| 9 | $auto_inc_no = $arrRet[0]["Auto_increment"]; |
| 10 | |
| 11 | echo $auto_inc_no; |
| 12 | |
| 13 | ?> |
Note: See TracBrowser
for help on using the repository browser.
