Skip to content

OOPs Concepts – PHP

OOP is intimidating to a lot of developers because it introduces new syntax and, at a glance, appears to be far more complex than simple… 

Sending email – Mail Function in PHP

Almost in every web application sending automated email by system is the common requirement. So, it’s very common and important part that must be known… 

Managing Sessions & Cookies

The basic task of both cookies and sessions is to store visitor data so that it can be accessed by every page on a website.… 

Introduction to Ajax

Ajax (Asynchronous Java script And XML)  Introduction In Jesse Garrett’s original article that coined the term, it was AJAX. The “X” in AJAX really stands for XML…