How do you achieve page caching in PHP?
Answers were Sorted based on User's Feedback
Answer / yasir
Here you go
PECL extention apc (alternate php cache). A most powerful
Caching System by PHP. apc cache bytecode also by default
and increase performance by 60%
or
use PEAR "Cache" class to Cache data or page.
or Smarty also provide page caching.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / mahesh a. chavda
http://www.ilovejackdaniels.com/php/caching-output-in-php/
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sadhana
By using the hidden value input pass any of the variable in
the page which u want to catch,then request the same
variable from another page
| Is This Answer Correct ? | 1 Yes | 4 No |
What is php explain?
•How to upload files using PHP?
What are the differences between PHP 3 and PHP 4 and PHP 5?
What is rest api in php?
What is the interface in php?
Write a program to display a table of any given number?
Is php difficult to learn?
What is sql injection in php?
What is the difference between implode() and explode() in php?
Why we use get in php?
Where are cookies stored php?
What is a query in php?