I have several mysql querys and would like to build an array in php to store the information.
Each query returns a PlayerID and one peice of data about that player.
what I would like is an array like;
new array (PlayerID, data1, data2, data3)
I am not all the experienced using arrays but all I need is a basic idea of how to get data from one array to another while using PlayerID as a way of putting the data in the correct place in the new array.
Also if anyone knows a website that describes how to use temporary tables in mysql could you please let me know. As this could be a simpler way of solving my problem.
Thanx for your help,
Ben.