php - looking up results in another table and printing out on webpage
770
I print out on web page the user and avatar with the following code but wish to also add the users balance to the output which is in another table.. both tables share user although in the balance table there are users that are not registered in the user info table
Table userinfo
user | avatar |
Table balances
{-code-2}
Answer
Answer
Answer
Solution: