08.01.2013, 06:03
Quote:
Like I already said in another topic, either use mysql_retrieve_row or mysql_fetch_row, but not both at the same time. Both functions advance the row pointer so you'll end up with one row skipped, one row loaded, one row skipped, ...
pawn Код:
|