PHP IS FUN!!!!!
This sentence and the one above are both printed by PHP Echo

Manav
My name is printed using PHP variable $name

Manav is 22 years old.
The statement above is an example of concatenating two variables $name and $sentence

99 is smaller than 99.1
The statement above is an example of PHP operators