source:
temp/test-xoops.ec-cube.net/html/test.php
@
1103
| Revision 1103, 336 bytes checked in by uehara, 19 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | include 'mainfile.php'; |
| 3 | require XOOPS_ROOT_PATH."/class/SC_DbConn.php"; |
| 4 | require XOOPS_ROOT_PATH."/class/SC_Query.php"; |
| 5 | |
| 6 | $objQuery = new SC_QUery(); |
| 7 | |
| 8 | $sqlval['org_name'] = "test"; |
| 9 | $sqlval['email'] = "[email protected]"; |
| 10 | $sqlval["create_date"] = "now()"; |
| 11 | |
| 12 | $objQuery->insert("dtb_user_regist", $sqlval); |
| 13 | |
| 14 | |
| 15 | ?> |
Note: See TracBrowser
for help on using the repository browser.
