PHP Lesson #1 All PHP must start with Using // in the code signifies that there is a comment on that line only All statements in the code must end in ; so that the compiler knows how to handle events. E.g. //must end with this