PHP Basics

Getting Started with PHP

Basics

Output

This is PHP!
Addition is: 9
PHP is Fun!

Array

Output

array(3) { [0]=> string(5) "Volvo" [1]=> string(3) "BMW" [2]=> string(6) "Toyota" }
Alfa Romeo

Classes

Output

My car is a black Volvo!
My car is a red Toyota!

Values

Constants

Output

Welcome to PHP!Welcome to PHP!

String

Output

!dlrow olleH
6
Hello Dolly!

Numbers

Output

bool(true) -200150 6.7 8 1
0 517999016
21

Looping

Loop

Output

The number is: 1
The number is: 2
The number is: 3
The number is: 7
The number is: 8
The number is: 9

If-else

Output

Have a good day!Have a good day!

Switch

Output

Your favorite color is red!