Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee(eno int(2),ename varchar(10)) ?

7 Answers   HCL,


What is binary safe function in php?

0 Answers  


What is the content of /etc directory?

0 Answers  


Name some of the functions in php.

0 Answers  


What is return value in php?

0 Answers  


How do I display php errors?

0 Answers  


Are parent constructors called implicitly inside a class constructor?

0 Answers  


Tell me how to strip whitespace (or other characters) from the beginning and end of a string?

0 Answers  


How can we make a constant in php?

0 Answers  


What does isset() function?

0 Answers  


how to insert, update data in database

4 Answers  


where to change in php.ini file for file uploading?

1 Answers  


Categories