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 binary safe function in php?
What are different types of runtime errors in php?
When do you use define() and when do you use const. What are the main differences between those two?
Is php a web server?
How can we do user authentication without using session/cookies ? For ex:- From page1 accepts user name and password and need to check in all other pages whether the user has logged in or not
How can we know the number of days between two given dates using PHP? How can we know the number of days between two given dates using MySQL?
How I use global variable in another page without using $_GET method?
How do you add a joomla Template in admin panel of joomla? Please mention the steps
3 Answers Cognizant, T3 Softwares,
What is a composer?
What is PEAR in PHP?
What is use of in_array() function in php?
What is the main difference between asp net and php?