Sep 02, 2014
Here are the installation guide to install Cs-cart template Backup all the files and database of your site. Do not forget always make a backup..
Read moreApr 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 moreFeb 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 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 more