29.06.2009, 11:59
actually, when you reads huge variables from database with many queryes - server can start lag....
so only working desigion is
get
SELECT * From table etc
then getfieldvalue in for or while cycle...
so in mysql_samp exists function samp_mysql_strtok...
use it... it's good thing
so only working desigion is
get
SELECT * From table etc
then getfieldvalue in for or while cycle...
so in mysql_samp exists function samp_mysql_strtok...
use it... it's good thing