Changeset 13578
- Timestamp:
- 2007/05/29 09:42:35 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/mypage/index.php
r17 r13578 39 39 40 40 //¥Ú¡¼¥¸Á÷¤êÍÑ 41 $objPage->tpl_pageno = $_POST['pageno']; 42 41 if (isset($_POST['pageno'])) { 42 $objPage->tpl_pageno = htmlspecialchars($_POST['pageno'], ENT_QUOTES, CHAR_CODE); 43 } 44 43 45 $col = "order_id, create_date, payment_id, payment_total"; 44 46 $from = "dtb_order"; … … 71 73 72 74 //------------------------------------------------------------------------------------------------------------------------- 73 75 74 76 //¥¨¥é¡¼¥Á¥§¥Ã¥¯ 75 77 … … 80 82 return $objErr->arrErr; 81 83 } 82 84 83 85 ?>
Note: See TracChangeset
for help on using the changeset viewer.