2015-06-17, 07:34 AM

(2015-06-14, 02:40 PM)marcus123 Wrote: D666 do you think it will only generate one query? Since this is a custom page that I will only use one time I don't think it will put too much stress on the script right?
It doesn't depend on the number of threads. The number of queries depends upon how many times $db->query(); method is executed.
So if you execute it once, only 1 query will be generated.