Mysql Syntax
#9

Quote:
Originally Posted by LarzI
Посмотреть сообщение
Loop, as in for loop?

If so - put "break;" without the " " 's
This will keep looping through the rows until mysql_fetch_row returns 0.
pawn Код:
while(mysql_fetch_row(QueryString,Delim)) // Change QueryString to the string you queried, and Delim to how ever you want to split the string.. i prefer "|".
Reply


Messages In This Thread
Mysql Syntax - by Kyle - 08.11.2010, 22:34
Re: Mysql Syntax - by DarrenReeder - 08.11.2010, 22:36
Re: Mysql Syntax - by Kyle - 09.11.2010, 09:21
Re: Mysql Syntax - by Rachael - 09.11.2010, 09:23
Re: Mysql Syntax - by iJumbo - 09.11.2010, 12:47
Re: Mysql Syntax - by Cameltoe - 09.11.2010, 12:54
Re: Mysql Syntax - by Bumbis - 09.11.2010, 13:14
Re: Mysql Syntax - by LarzI - 09.11.2010, 13:20
Re: Mysql Syntax - by Cameltoe - 09.11.2010, 13:27

Forum Jump:


Users browsing this thread: 6 Guest(s)