I'm working with codeigniter, now i'm doing a php loop (x100), in each loop i do a mysql query, the result is fine, 1 sec. But is it the good way to do it ? i could make a single mysql query and find the results in an array with some loops, do you think that would be better ?
Thank's