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 are the Formatting and Printing Strings available in PHP?
Differentiate between require and include?
How do you check if an arraylist is empty?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is the use of "enctype" attribute in a html form?
Explain the difference between $message and $$message?
Write a program to find a string is palindrome or not?
Is php better than python?
What is encapsulation in oop php?
What are html entities?
How do you add a joomla Template in admin panel of joomla? Please mention the steps
3 Answers Cognizant, T3 Softwares,
How can you access a COM object from a PHP page?