/home/mjc1/public_html/manage/category/testtaxcommon.php


1
2
3
4
5
6
7
8
9
10
11
12
13
<?

    $DB_HOSTtax  
=  "119.201.210.68";
    
$DB_USERtax  =  "ebill";
    
$DB_PWDtax   =  "ebill8680";
    
$DB_NAMEtax  =  "ebillv3";

    include(
'taxclass_db.php');
    
    
$dbcontax    = new DBtax($DB_HOSTtax$DB_NAMEtax$DB_USERtax$DB_PWDtax);
    

?>