Preloader

Tagged: PHP tutorials

PHP Tutorials 0

Constructors and Destructors in PHP

PHP Object Oriented , special methods called constructors and destructor, are used. They are called automatically at predefined time of...

PHP Tutorials 0

Inheritance in PHP

In PHP inheritance refers to the ability of one class to use the properties and methods of another class. Inheritance...

PHP Tutorials 0

Forms and User Input in PHP

Forms and user input are how PHP websites get data from their users. This section covers how PHP manages form...

PHP Tutorials 0

Anonymous Function in PHP

What is an Anonymous Function in PHP An anonymous function is a function that has no name. Instead of defining...