Nov 26, 2013
Here in this post, we’ll discuss how to convert or parse a URL into PHP associative array containing any of the various components of the..
Read moreNov 20, 2013
We have often issues with the validation of integers. As PHP has it’s own functions such as is_int() or is_integer() for validating integers, but sometimes..
Read moreNov 06, 2013
PHP function to get current web page full URL & current page name. Sometimes, you might want to get the current page full URL. Here..
Read moreNov 04, 2013
Hi all today the thing we going to see in the post is the difference between split() and explode()? a large string. The split() function..
Read moreOct 30, 2013
There are many ways to design a two column layout using Cascading Style Sheets (CSS). This article takes you through the steps of using one..
Read moreOct 15, 2013
You can apply multiple CSS classes to a single element by separating them with a space in your attribute. It’s a very useful trick with..
Read more