PHP timing out on query

admin

Administrator
Staff member
Hello everyone--
I was wondering if there was a way to set the time limit on php before it will time out on a query? I'm doing a query that I know works it just takes it a LONG time to get the results, because it has to sort through millions of records (there is no way around going through all the millions of records unfortunately). Therefore, I need to up the time limit before php times out and I don't have a clue how to do this :)

Thanks in advance!
Jay Paulson
 
Back
Top