Re: [PHP] now who can help me about cach my query every certain time:(

2001-12-16 Thread Jack Dempsey

Alawi wrote:

> now who can help me about cach my query every certain time:(
> I mean the first user requst the page and php will run query for this first time
>
> after that I want other user to have the result that the first user have it !!
>
> untill the ten minutes end I want the query to run again
>
> this advantge is available in asp and JSP & ColdFusion but not available in PHP why ?

it is possible...search google for "php cache"


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] now who can help me about cach my query every certain time:(

2001-12-16 Thread Alawi

now who can help me about cach my query every certain time:( 
I mean the first user requst the page and php will run query for this first time 

after that I want other user to have the result that the first user have it !!

untill the ten minutes end I want the query to run again 



this advantge is available in asp and JSP & ColdFusion but not available in PHP why ?