/home/mjc1/public_html/html/smarttax/commonST.php


1
2
3
4
5
6
7
8
9
10
11
12
<?php include_once("./_common2.php");?>
<?


    $DB_PWDCAR   
=  "mj007700";

    include(
'csclass_db.php');
    
    
$dbconcar    = new DBCAR($st_dbip$st_dbname$st_uid$DB_PWDCAR);


?>