PHP output

This line and the next few are generated by PHP

Single vs Double quotes

The variable is Sam Sultan
The variable is $name \n
The variable is 'Sam Sultan'
The variable is "$name" \n

...that's all Folks.

Click to see the [code]