Changeset 11982 for branches/comu/html/test/uehara/test.php
- Timestamp:
- 2007/03/28 13:01:38 (19 years ago)
- File:
-
- 1 edited
-
branches/comu/html/test/uehara/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu/html/test/uehara/test.php
r5 r11982 2 2 require_once("../../require.php"); 3 3 4 $test= "eee<{assign_product_id}>aaaa"; 5 $test = ereg_replace("<{assign_product_id}>", "test", $test); 6 echo $test; 4 $objQuery = new SC_Query(); 5 6 $objQuery->begin(); 7 $arrCustomerMail = $objQuery->getAll(" 8 UPDATE dtb_customer 9 SET mailmaga_flg = ( 10 SELECT mail_flag 11 FROM dtb_customer_mail 12 WHERE dtb_customer.email = dtb_customer_mail.email 13 )"); 14 $objQuery->commit(); 15 7 16 ?>
Note: See TracChangeset
for help on using the changeset viewer.
