Ignore:
Timestamp:
2007/05/10 13:18:04 (19 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/shopping/nonmember.php

    r12452 r12455  
    7575 
    7676if ($_SERVER["REQUEST_METHOD"] == "POST") { 
    77  
     77print_r($_POST); 
    7878    //-- POST¥Ç¡¼¥¿¤Î°ú¤­·Ñ¤® 
    7979    $objPage->arrForm = $_POST; 
     
    8383    } 
    8484     
    85     $objPage->arrForm['email'] = strtolower($objPage->arrForm['email']);        // email¤Ï¤¹¤Ù¤Æ¾®Ê¸»ú¤Ç½èÍý 
    86     print_r($_POST); 
     85    //$objPage->arrForm['email'] = strtolower($objPage->arrForm['email']);        // email¤Ï¤¹¤Ù¤Æ¾®Ê¸»ú¤Ç½èÍý 
    8786     
    8887    //-- ÆþÎϥǡ¼¥¿¤ÎÊÑ´¹ 
     
    120119        } 
    121120     
    122  
    123   
    124     } 
    125121   foreach($objPage->arrForm as $key => $val) { 
    126122        $objPage->$key = $val; 
    127123        } 
     124  
     125    } 
     126 
    128127 
    129128    if ($objPage->arrErr || !empty($_POST["return"])) {     // ÆþÎÏ¥¨¥é¡¼¤Î¥Á¥§¥Ã¥¯ 
Note: See TracChangeset for help on using the changeset viewer.