Category Archives: SMO

What is difference between assigning a variable

Apr 07, 2014

Difference between assigning a variable to NULL and unset. <?php $var = NULL; ?> A variable is considered to be NULL if It has been..

Read more

HOW TO MAKE WORDPRESS MORE SECURE ?

Feb 12, 2014

It’s everybody’s concern, and the only way to protect your website from potential attacks is to take the time and learn about website security. With..

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

PHP Interview Questions and Answers

Oct 11, 2013

Hi all today we are going to see in the post is PHP Interview Questions and answers asked during the interview for the job PHP..

Read more