I have two mysql tables:
One is called items and it looks like this:
Name
Potion
The other is called inventory and it looks like this.
Username | Potion
anybody | 2
How could I make a php script that outputs all of the items that $Username has and how many of each item?
If you would like me to explain more just ask.