WordPress, the most popular CMS in the world, had started its journey as a simple blogging platform way back in 2003. Till now, with default installtion, what you get is all that a blogger need. Then What has changed along the way? The answer lies in the limitless flexibility and
A large number of websites we encounter these days, provides us with Login/Logout provisions. After the user is logged in, showing the content depending on his personnel preferences is made possible mainly by use of Session Control Mechanism. If you have heard, it is very popular phrase that HTTP is
Widgets are just like blocks that added to the site to display different type of content in an nice and manageable manner. If you are familiar with wordpress, then you probably understand what widgets are and how to use them. The default installation of wordpress incorporate Recent Posts Widget that
Arrays are also variables but are able to hold any number of values and also can remember those values. On the other hand a simple variable can hold one value at a time. In php arrays can be numerically indexed or associative. A simplest way of creating an array is as under: this $cart is an array