[PHP] limit run time of a function?

2004-02-11 Thread Anthony
I have a function in my application that does a large query on my database. In certain instances the query will take to long to return and will reach the max execution time set in PHP.ini. This is ok though, it's already set to 90 secs and I don't want it any longer than that. What I would like

Re: [PHP] limit run time of a function?

2004-02-11 Thread Richard Davey
Hello Anthony, Wednesday, February 11, 2004, 1:43:29 PM, you wrote: A I have a function in my application that does a large query on my database. A In certain instances the query will take to long to return and will reach A the max execution time set in PHP.ini. This is ok though, it's already