Preloader

Tagged: PHP tutorial

PHP Tutorials 0

PHP Error Handling

PHP Error Handling This capabilities allows you to find problems in your application, correct and control them. Ignoring errors may...

PHP Tutorials 0

Encapsulation in PHP

Encapsulation is an important principle of OOP. It involves grouping of data and methods within a class and specifying how...

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

Object Oriented PHP

Object Oriented PHP provides a method of writing code in the form of objects. This is useful in managing and...

PHP Tutorials 0

MySQL Basics

MySQL basics give you an idea of how places like websites save and process information in a database. MySQL is...

PHP Tutorials 0

Introduction to Databases

An introduction to databases helps explain to you the storage and use of information on websites. Readlie virtually every website...

PHP Tutorials 0

PHP Cookies

Cookies of PHP enable a website store small bits of data on your computer machine in your web browser. Cookies...