I have two table(both in the same database)tblupdatesupdateID(autonumber), upuser, uptitle, upinfouserlistusername, avatar, passwordThen a script that displays the updates.How can it look at the upuser, then go into the other table, find a username that matches, then response.write the avatar?
More...