/home/mjc1/public_html/e_rent.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<? 
session_start
();
      if(
$Job == "onlyiche"){
        require 
"./buy/e_rent_online.php"


      }else if(
$Job == "onlycard"){
          
          
            require 
"./buy/e_rent.php"
          
//}
      
}
      else if(
$Job =="ing"){
            require 
"./buy/e_card_pay_ing.php";
      }
      
?>