What is mem_cache ? How do you put a database query into that ?
Answer Posted / abinash grahacharya
mod_mem_cache is most useful when used to cache locally
generated content or to cache backend server content for
mod_proxy configured for ProxyPass
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between single quotes and double quotes in php?
What is __ construct in php?
How to make database connection in php?
Why do we need session?
What is csrf validation?
What does isset() function?
Tell me how would you declare a function that receives one parameter name hello?
What is the name of the scripting engine that powers PHP?
What is composer json?
What are majic methords in php?
How to get a total number of rows available in the table?
What is the difference between echo print and print_r in php?
What is multidimensional array in php?
Explain the difference between php4 and php5.
When do you use define() and when do you use const. What are the main differences between those two?