PHP Tutorial
PHP is a dynamic interactive site to create a powerful server-side scripting language.
PHP is free, and is widely used. Meanwhile, competitors such as Microsoft ASP is, PHP is undoubtedly another efficient option.
For PHP beginners learning lines and recommendations
PHP Development Tools Recommended
Learning by example PHP
Our online PHP instance allows you to easier learning PHP, source code and examples included in the operating results of PHP.
Examples
<! DOCTYPE html>
<html>
<body>
<? php
echo "Hello World!";
?>
</ body>
</ html>
<html>
<body>
<? php
echo "Hello World!";
?>
</ body>
</ html>
Running instance »
Click on "run an instance" button to view the results online instance running.
PHP Video Tutorials Getting Started
PHP Reference Manual
In this tutorial, you'll find a complete reference manual for all PHP functions:
- Array Functions
- Calendar function
- cURL Functions
- Date function
- Directory Functions
- Error function
- Filesystem Functions
- Filter function
- FTP functions
- HTTP functions
- LibXML function
- Mail Functions
- Math Functions
- Misc Functions
- MySQLi functions
- SimpleXML functions
- String Functions
- XML Parser Functions
- Zip Function