background preloader

PHP

Facebook Twitter

Echo. Introduction. If you want to learn the basics of PHP, then you've come to the right place.

Introduction

The goal of this tutorial is to teach you the basics of PHP so that you can: Customize PHP scripts that you download, so that they better fit your needs. Begin to understand the working model of PHP, so you may begin to design your own PHP projects. Give you a solid base in PHP, so as to make you more valuable in the eyes of future employers. PHP stands for PHP Hypertext Preprocessor. List of Keywords. Self (PHP) vs this (PHP) PHP supports classes and other object-oriented constructs.

self (PHP) vs this (PHP)

Static functions and variables in PHP classes are not associated with any specific instance of the class (in other words, an object). See difference between object and class.