MariaJackson1
6/16/2017 - 6:07 PM

Comments in php

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";