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

Does php support polymorphism?

0 Answers  


Which function would you use to merge two arrays in php?

0 Answers  


How can we create a database using php?

0 Answers  


What are different types of runtime errors in php?

0 Answers  


How many types of array are there in php?

0 Answers  






Write a program using while loop?

0 Answers  


What is form validation in php?

0 Answers  


i got this error msg in online... how to solve this problem... i couldnot find out as soon as possible send me answer or idea COULD NOT ABLE TO CONNECT DATABASE . Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2)

3 Answers   Quest,


Sir, I want sbi clearical post model question paper please sent my mail id srinivas_33000@ahoo.co.in

0 Answers   State Bank Of India SBI,


What is parent __construct ();?

0 Answers  


Explain me what is the meaning of a persistent cookie?

0 Answers  


How to replace a substring in a given string?

0 Answers  


Categories