I won't be needing that many objects, but I guess I can better do things the efficient way now, than rewriting my entire code of the game too make it run properly, in the end.
Hey,
I have:
- a table with match/clanwar data in it (time,date,opponent,etc.)
- a table with groups in it. (name and description of the group)
- a table that relates the groups table to the wars...
But the mysql_result function returns only 1 cell. I need a whole row since i have to show the category title + description and need the ID to get the threads under the...