BUY0003.php
770 Bytes
<?PHP
//*****************************************************************************
//*
//* プログラム名:め〜るNiポン!V2
//* プログラムID:BUY0003.php
//* 機能 :ポイントの必要項目入力
//*
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
//***************************
//* インクルードファイル
//***************************
include('./include/smarty.conf');
include("./include/session_start.inc");
include("./include/SessionChk2.inc");
include("./include/dbcon.inc");
include("./include/jcode.phps");
//********** ヘッダー処理 **********//
include("./include/headr_data.inc");
$o_smarty->assign('Kingaku' , $_POST["Kingaku"]);
$o_smarty->display('BUY0003.tpl');
?>