Help for this page

Select Code to Download


  1. or download this
    UPADTE urls SET hits = "?", unixdate = "?", ip1 = "?" WHERE id = ?
    
  2. or download this
    $sth = $dbh->prepare($stmt); #$stmt is, of course, my string
    $sth->execute(@values);
    my $tmp = $sth->rows;
    print "Rows Affected: $rows"; #Just to see if it worked.