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 CSS rules visibility:hidden and display:none both result in the element not being visible, then what is the difference between visibility:hidden and display:none? The css..
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 moreOct 25, 2013
This is a step by step tutorial to implement Pagination with jQuery, PHP and MySQL. The tutorial contains three PHP files and two js files..
Read more