How do you achieve page caching in PHP?

Answers were Sorted based on User's Feedback



How do you achieve page caching in PHP?..

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

How do you achieve page caching in PHP?..

Answer / mahesh a. chavda

http://www.ilovejackdaniels.com/php/caching-output-in-php/

Is This Answer Correct ?    0 Yes 1 No

How do you achieve page caching in PHP?..

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

Post New Answer

More PHP Interview Questions

How to retrieve values out of an array?

0 Answers  


Explain the types of functions for Splitting String?

0 Answers  


What's php?

0 Answers  


How do you format and output a number with leading zero's?

3 Answers  


What is instantiation?

0 Answers  


what is the current salary package in India for a PHP programmer who has 1.5 years experience

0 Answers   ABB,


What is the difference between Split and Explode in PHP?

0 Answers   B-Ways TecnoSoft,


What is the tags in PHP is not a valid way to begin and end a PHP code block?

0 Answers  


What are the uses of implode() function?

0 Answers  


How to download and install php on windows?

0 Answers  


How do you pass a variable by value in php?

0 Answers  


how to upload 100mb file using .htaccess..

2 Answers  


Categories