Changeset 13685


Ignore:
Timestamp:
2007/05/29 18:35:27 (17 years ago)
Author:
matsumoto
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/order/mail.php

    r13683 r13685  
    2626sfIsSuccess($objSess); 
    2727 
    28 //-- ¥«¥é¥à¤ÎÇÛÎó 
    29 $arrRegistColumn = array( 
    30                            array(  "column" => "name01",        "convert" => "aKV" ), 
    31                            array(  "column" => "name02",        "convert" => "aKV" ), 
    32                            array(  "column" => "email",     "convert" => "a" ), 
    33                            array(  "column" => "email_mobile",  "convert" => "a" ), 
    34                          ); 
    35  
    3628// ¸¡º÷¥Ñ¥é¥á¡¼¥¿¤Î°ú¤­·Ñ¤® 
    3729foreach ($_POST as $key => $val) { 
     
    4537$objPage->tpl_order_name02 = $_POST['order_name02']; 
    4638$objPage->tpl_order_email = $_POST['order_email']; 
    47 print_r($objPage->tpl_order_name02); 
    48 print_r($_POST['order_id']); 
     39 
     40print_r($objPage->tpl_order_id); 
     41print_r($objPage); 
     42 
    4943// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    5044$objFormParam = new SC_FormParam(); 
Note: See TracChangeset for help on using the changeset viewer.