How to leverage browser caching through htaccess. In this post, I’ll discuss, how to cache static contents (such as CSS, JS, Images etc) on a user browser through htaccess directives.
-
Related Posts (YARPP)
-
Topics
-
-
How to leverage browser caching through htaccess. In this post, I’ll discuss, how to cache static contents (such as CSS, JS, Images etc) on a user browser through htaccess directives.
How to return multiple values from a function in PHP. Is it possible to return more than one values when calling a function. This type of question is mostly asked by beginners who just started coding. Do i have to use multiple return statements for returning multiple values.
There is more than fifty array functions available in PHP. You can check the list of PHP array functions. Here i list top five most popular PHP array functions.