Help for this page

Select Code to Download


  1. or download this
    # Unconditionally try to create a new record.
    eval {
    ...
    # Unconditionally increase the counter
    $db->do('UPDATE counters SET pagecounter = pagecounter + 1 WHERE pagen
    +ame = ?',
       undef, $pagename);