Phantom
04-15-2003, 01:07 AM
There seems to be a problem with a loop in my PHP program.
Please download the file (as I have no clue how to use this board's attachment system - I have problems like that all the time)(and it's way too big to post) at http://ionic-empire.ionic-rebellion.net/dm.zip
The code selects a game out of the database, and then runs certain procedures for each game. It's supposed to loop through the games with the game IDs of 1-3 (in my case). The problem is it's only running games with the IDs of 1 and 3, but not 2. Does there seem to be any problems with my loop?
Please download the file (as I have no clue how to use this board's attachment system - I have problems like that all the time)(and it's way too big to post) at http://ionic-empire.ionic-rebellion.net/dm.zip
The code selects a game out of the database, and then runs certain procedures for each game. It's supposed to loop through the games with the game IDs of 1-3 (in my case). The problem is it's only running games with the IDs of 1 and 3, but not 2. Does there seem to be any problems with my loop?