Changeset 13676


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

Legend:

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

    r13654 r13676  
    4242 
    4343$objPage->tpl_order_id = $_POST['order_id']; 
    44 print_r($objPage->tpl_order_id); 
     44$objPage->tpl_order_name01 = $_POST['order_name01']; 
     45$objPage->tpl_order_name02 = $_POST['order_name02']; 
     46$objPage->tpl_order_email = $_POST['order_email']; 
     47print_r($objPage->tpl_order_name02); 
    4548// ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹ 
    4649$objFormParam = new SC_FormParam(); 
Note: See TracChangeset for help on using the changeset viewer.