Help for this page
UPADTE urls SET hits = "?", unixdate = "?", ip1 = "?" WHERE id = ?
$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.