Nov 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 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 10, 2013
As we know that password hashing is one of the most basic security considerations that must be made when designing any application that accepts passwords..
Read moreOct 08, 2013
This is a complete multi-sort example of associative array in PHP. We have first sorted an associative array by values in descending order then sorted..
Read more