When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me how can we change the maximum size of the files to be uploaded?
Does apache use php?
What is the difference between myisam and innodb?
How to initiate a session in php?
What is the function to count elements in an array in PHP?
is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...
What is super keyword in php?
What is the current stable version of php?
What type of headers have to add in the mail function in which file a attached?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
1 Answers Rushmore Consultancy,
How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?
What is the meaning of ‘escaping to php’?