Nov 14, 2013
PEAR is short form of PHP Extension and Application Repository. PEAR is a framework and distribution system for reusable PHP component. The purpose of PEAR..
Read moreNov 06, 2013
PHP If…Else Control Statements When we write code in any language, we perform different actions for different decisions. Like other languages PHP script is built..
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 moreNov 04, 2013
Hi all hope you all are well today the topic we going to see in the post is some Useful PHP validation functions hope the..
Read moreOct 19, 2013
During program or code development we face lot of issues and bugs and in between we need some debugging. In PHP there is not a..
Read more