30.01.2014, 21:29
Quote:
pawn Код:
It there are more rows returned, your code doesn't do anything, as it skips both if-statements. You should loop through all rows returned, fetch the data from each row and display it. |
pawn Код:
It there are more rows returned, your code doesn't do anything, as it skips both if-statements. You should loop through all rows returned, fetch the data from each row and display it. |