Comp Lang Tutorials
PHP Tutorial
By Xah Lee. Date:
2007-11-30
. Last updated:
2024-12-29
.
php logo 2017-03-23
This is a example based tutorial on PHP.
Examples are tested with PHP version 8.2.1 (released in 2022).
Table of Contents
PHP Install
Print Version
PHP Begin Tag, End Tag
Comment Syntax
String Syntax
Heredoc and Nowdoc String Syntax
Basic String Operations
Variables
Boolean
Conditional
loops
Array
Hash Table
Looping Thru Array
Defining A Function
Class, Object, Method
Writing a Package
Send HTML Mail
Send Mail with Attachment
MySQL Database Query Example
PHP Tutorial
PHP Install
Print Version
PHP Tag
Comment
String
String Operations
Variables
Boolean
Conditional
loops
Array
Hash Table
Iterate Array
Function
Class, Object, Method
Package
Send HTML Mail
Send Mail with Attachment
MySQL Database Query