|
I have two table(both in the same database)
tblupdates
updateID(autonumber), upuser, uptitle, upinfo
userlist
username, avatar, password
Then 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?
|