Changeset 13576


Ignore:
Timestamp:
2007/05/29 09:42:10 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mypage/index.php

    r17 r13576  
    3939 
    4040//¥Ú¡¼¥¸Á÷¤êÍÑ 
    41 $objPage->tpl_pageno = $_POST['pageno']; 
    42      
     41if (isset($_POST['pageno'])) { 
     42    $objPage->tpl_pageno = htmlspecialchars($_POST['pageno'], ENT_QUOTES, CHAR_CODE); 
     43} 
     44 
    4345$col = "order_id, create_date, payment_id, payment_total"; 
    4446$from = "dtb_order"; 
     
    7173 
    7274//------------------------------------------------------------------------------------------------------------------------- 
    73                                              
     75 
    7476//¥¨¥é¡¼¥Á¥§¥Ã¥¯ 
    7577 
     
    8082    return $objErr->arrErr; 
    8183} 
    82                  
     84 
    8385?> 
Note: See TracChangeset for help on using the changeset viewer.