PHP tutorial
This is PHP tutorial. This tutorial covers the core of the PHP programming language. The tutorial is suitable for beginners.
Table of contents
- PHP language
- Lexical structure
- Basics
- Data types
- Strings
- Operators
- Flow control
- Arrays
- Array functions
- Functions
- Regular expressions
- OOP I
- OOP II
PHP
PHP is a scripting language designed for web development. It is used to produce dynamic web pages. Currently, PHP is one of the most widely used programming languages. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features. PHP can be embedded into HTML code and it generally runs on a web server.
Similar tutorials
You might be also interested in one of the following tutorials: PHP GTK tutorial, Python tutorial or Ruby tutorial.