Changeset 11982 for branches/comu/html/test
- Timestamp:
- 2007/03/28 13:01:38 (19 years ago)
- Location:
- branches/comu/html/test
- Files:
-
- 1 edited
- 6 copied
-
kakinaka/insert.php (copied) (copied from branches/dev/html/test/kakinaka/insert.php)
-
kakinaka/templates/utf.tpl (copied) (copied from branches/dev/html/test/kakinaka/templates/utf.tpl)
-
kakinaka/utf.php (copied) (copied from branches/dev/html/test/kakinaka/utf.php)
-
uehara/test.php (modified) (1 diff)
-
uehara/test1.swf (copied) (copied from branches/dev/html/test/uehara/test1.swf)
-
uehara/textchange.swf (copied) (copied from branches/dev/html/test/uehara/textchange.swf)
-
uehara/trans.swf (copied) (copied from branches/dev/html/test/uehara/trans.swf)
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.
