PHP Tutorial
PHP is a powerful server-side scripting language for creating dynamic interactive sites.
PHP is free and widely used. At the same time, PHP is undoubtedly another highly efficient option for competitors like Microsoft ASP.
Learn PHP by example
Our PHP online example allows you to learn PHP more easily. The example contains PHP source code and running results.
Example
<!DOCTYPE html>
<html>
<body>
<?php
echo "Hello World!";
?>
</body>
</html>
PHP Reference Manual
In the rookie tutorial, you will find a complete reference manual for all PHP functions:
- Array function
- Calendar function
- cURL function
- Date function
- Directory function
- Error function
- Filesystem functions
- Filter function
- FTP functions
- HTTP function
- LibXML functions
- Mail function
- Math function
- Misc function
- MySQLi functions
- SimpleXML functions
- String function
- XML Parser function
- Zip function