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 12, 2013
The HTML DOM views an HTML document as a tree-structure. The tree structure that is defined known as a node-tree.All nodes can be accessed through..
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 more