<?php /* This is a multi line comment In PHP variables are written by adding a $ sign at the beginning.*/ $geek = "Welcome to aimtocode!"; echo $geek; ?>