Help for this page

Select Code to Download


  1. or download this
        $dbh = CWT::Site_DB::connect();
        $sth = $dbh->prepare (qq{ SELECT * FROM config_settings });
    ...
            # OR ${$settings->{name}} OR @{$settings->{name}} I've tried a
    +ll 3, nothing is working.
        }
        $sth->finish();
    
  2. or download this
    print qq~Welcome to <font style="font-family: $default_font_family; co
    +lor: $default_font_color">Company Name</font>~;