Below is a simple PHP script to echo "Hello World"

This is Line 1
var1
var2
Goodbye ... Line 4

Conditional Statements

The following script will test if today is Friday and say "Have a good weekend" else say "Have a nice day"

Have a nice day!