/home/mjc1/public_html/html/adminmobile/certi/commonST.php


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

    $apsa_dbip     
=    "114.108.136.196";
    
$apsa_dbname =  "businesslog";
    
$apsa_uid     =  "mjbusiness_web";
    
$DB_PWDCAR   =  "m897461z";

    include(
'csclass_db.php');
    
    
$dbconcar    = new DBCAR($apsa_dbip$apsa_dbname$apsa_uid$DB_PWDCAR);


?>