


Page redirection with Live time left preview using jquery
We are going to learn how to create a page redirection script using jQuery. Generally, we use the PHP and JavaScript redirection function to redirect the users in to different URL. Those function simply take the users to another URL. However, today we will build a new way how to redirect and display the a [...]
Register WordPress menus to a theme
Today I am going to share the script to register menus for any WordPress theme. Most popular and premium themes have menu setup option and it helps the user to create menus( sometimes theme support multiple menus ) easily from the WordPress back-end. If the theme does not provide that option then you can add [...]
5 ways to define array in php
Arrays are the kings of advanced data structures in PHP. PHP arrays are extremely flexible—they allow numeric, auto-incremented keys, alphanumeric keys or a mix of both, and are capable of storing practically any value, including other arrays. All arrays are ordered collections of items, called elements. Each element has a value and is identified by [...]