Changeset 5186 for temp/trunk/html/inquiry
- Timestamp:
- 2006/09/19 22:06:53 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/inquiry/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/inquiry/index.php
r1328 r5186 117 117 } 118 118 } 119 119 $objPage->arrForm['create_date'] = "now()"; 120 120 // £Ä£ÂÅÐÏ¿ 121 $conn->autoExecute("dtb_question_result", $objPage->arrForm ); 121 $objQuery = new SC_Query(); 122 $objQuery->insert("dtb_question_result", $objPage->arrForm ); 122 123 123 124 //--------- ¢¥ SQL ---------//
Note: See TracChangeset
for help on using the changeset viewer.
