Help for this page

Select Code to Download


  1. or download this
    
    /ecommerce/billing/monthly.sql
    /ecommerce/billing/yearly.sql
    /ecommerce/hosting/dnslookup.sql
    
  2. or download this
    my $sql = File->contents('/ecommerce/billing/yearly.sql');
    my $sth = $dbh->prepare($sql);
    $sth->execute(@bind_var);