Recent Articles
Explode the string in php
lol,Explode the string into array elements! The explode function is one of the interesting function available in php.The explode function can split the string separated by comma,space and other characters.Learn […]
How to deal Associative arrays in php
Associative arrays are another big thing that may surprise the new coders in php.Here is a complete insight to the AArrays.
Installing and running php on a desktop
PHP is a server side programming language.While developing a php website a programmer need not to depend on a dedicated server.It is after the development the site moved to an […]