Changeset 8337 for temp/trunk/html
- Timestamp:
- 2006/11/16 11:18:01 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/complete.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/complete.php
r8051 r8337 63 63 $other_data = $objQuery->get("dtb_order", "memo02", "order_id = ? ", array($order_id)); 64 64 if($other_data != "") { 65 $arrOther = unserialize($other_data); 66 67 // ¥Ç¡¼¥¿¤òÊÔ½¸ 68 foreach($arrOther as $key => $val){ 69 // URL¤Î¾ì¹ç¤Ë¤Ï¥ê¥ó¥¯¤Ä¤¤Çɽ¼¨¤µ¤»¤ë 70 if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val)) { 71 $arrOther[$key] = "<a href='$val'>" . $val ."</a>"; 72 } 73 } 74 65 75 $objPage->arrOther = unserialize($other_data); 76 66 77 } 67 78
Note: See TracChangeset
for help on using the changeset viewer.
