Help for this page

Select Code to Download


  1. or download this
            if ($D::table == /client/i) {
                $sth_clients = $dbh->prepare_cached("select * from client"
    +);
    ...
        
        print "<FONT face='Arial' size=2><b>ADD $table ";
    
  2. or download this
            if ($D::table == /client/i) {
                $sth_clients = $dbh->prepare_cached("select * from client"
    +);
    ...
        
        print "<FONT face='Arial' size=2><b>ADD $table ";