17.03.2013, 13:36
1. For your own sake use threaded queries
2.
2.
pawn Код:
while( mysql_fetch_row_format( savingstring ) )
{
if(IJustWantToContinue) continue;
if(IJustWantToBreak) break;
}

