Quote:
Originally Posted by Live Wire
Can anyone explain to me what a query in a loop is? I've seen some people stat that, 'oh that query is in a loop' and its talked as its bad. So here my noob question for the day lol What is a query in a loop and how can you dectect it?
|
As far as i understand, theres a loop, like a foreach i think, so lets say it has to be run 15 times, then your query will be ran each time so 15.
At least as i understand it, thats bad