- or download this
$dbh = CWT::Site_DB::connect();
$sth = $dbh->prepare (qq{ SELECT * FROM config_settings });
...
or die "problem with eval";
}
$sth->finish();
- or download this
$dbh = CWT::Site_DB::connect();
$sth = $dbh->prepare (qq{ SELECT * FROM config_settings });
...
or die "problem with eval";
}
$sth->finish();