Break.
#2

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


Messages In This Thread
Break. - by audriuxxx - 17.03.2013, 13:31
Re: Break. - by Misiur - 17.03.2013, 13:36

Forum Jump:


Users browsing this thread: 1 Guest(s)