Help for this page

Select Code to Download


  1. or download this
    if ( $ENV{HTTP_COOKIE} ) {
     $dbh->do(q{ 
          UPDATE logs SET visits = visits + 1 WHERE host = ? },
          {}, $host );
    }