Changeset 5194 for temp/trunk
- Timestamp:
- 2006/09/20 09:52:45 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/entry/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/entry/index.php
r5191 r5194 191 191 //-- ²¾ÅÐÏ¿¼Â¹Ô 192 192 $objConn->query("BEGIN"); 193 $objConn->autoExecute("dtb_customer", $arrRegist); 194 193 194 $objQuery = new SC_Query(); 195 $objQuery->insert("dtb_customer", $arrRegist); 196 195 197 //--¡¡Èó²ñ°÷¤Ç¥á¥ë¥Þ¥¬ÅÐÏ¿¤·¤Æ¤¤¤ë¤«¤ÎȽÄê 196 198 $sql = "SELECT count(*) FROM dtb_customer_mail WHERE email = ?"; … … 213 215 $objConn->autoExecute("dtb_customer_mail", $arrRegistMail); 214 216 } 215 216 217 $objConn->query("COMMIT"); 217 218
Note: See TracChangeset
for help on using the changeset viewer.
