Help for this page

Select Code to Download


  1. or download this
    #======== Insert or Update pagecounter appropriately, then display it 
    +==========
    my ($pagename) = ($0 =~ m{([^/\\]+?)(?:\.[^/\\.]+)?$});
    ...
    
    my ($counter) = $db->selectrow_array('SELECT pagecounter FROM counters
    + WHERE pagename = ?',
    undef, $pagename);
    
  2. or download this
    include ("counter.pl");