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
What are the reasons for selecting lamp (linux, apache, mysql, PHP) instead of combination of other software programmes, servers and operating systems?
How can you compare objects in php?
How can php and javascript interact?
How to write php function in html onclick?
which institute provide better PHP trainning in delhi? please tell me how much salary can freshers get ? thanku
List types of array are available in php?
How to get the ip address of the client?
Can you extend a final defined class?
How we can get the number of elements in an array?
how to work lamp server
How can we make a constant in php?
How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )