Why does this NOT work?
UPDATE tipping SET score = 3 WHERE round1.game1 = H AND tipping.username = jerry;
For starters, you should quote strings in a query. There may also be a problem with the round1 reference.
Larry
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php