/home/mjc1/public_html/e_ing.php


1
2
3
4
5
6
7
8
9
10
11
<? 
session_start
();
      if(
$Job =="ing"){
            require 
"./buy/e_card_pay_ing.php";
      }else if(
$Job == "result"){
        require 
"./buy/e_card_pay_result.php";
      }else {
          require 
"./buy/e_card_pay_ing.php";
      }
      
?>