Welcome Guest, Not a member yet? Register   Sign In
Using MySQL user-defined variables with database class
#5

[eluser]danmontgomery[/eluser]
I'm not convinced that

Code:
SET @pos=0;
@pos := @pos +1

is less code or processing time than

Code:
$count = 0;
$count++;

But regardless, the contribution is definitely a useful one.


Messages In This Thread
Using MySQL user-defined variables with database class - by El Forum - 04-19-2010, 01:39 PM
Using MySQL user-defined variables with database class - by El Forum - 04-19-2010, 01:58 PM
Using MySQL user-defined variables with database class - by El Forum - 04-19-2010, 03:00 PM
Using MySQL user-defined variables with database class - by El Forum - 09-21-2010, 02:37 PM
Using MySQL user-defined variables with database class - by El Forum - 09-21-2010, 03:09 PM
Using MySQL user-defined variables with database class - by El Forum - 09-22-2010, 03:54 PM
Using MySQL user-defined variables with database class - by El Forum - 09-23-2010, 07:07 AM
Using MySQL user-defined variables with database class - by El Forum - 09-23-2010, 07:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB