Category Archives: PHP

What is use of ‘PEAR’ in php?

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 more

Control Statements in PHP

Nov 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 more

PHP function to get current web page

Nov 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 more

What is the difference between split() and

Nov 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 more

Useful PHP validation functions

Nov 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

Websites To Test Your Codes Online

Oct 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