Comments in php
/** * This is where you enter your comments */ Single line comments: // echo "My name is Humperdinkle!"; # echo "I don't do anything either";