Describe the two step process of making a variable available We must decalare and initialize the variable Explain the syntax for displaying a variable or variables in the PHP script using the echo or print statements echo $variable; OR print $variable; How do you make a constant name case insensitive? you use the parameter of 'TRUE' in the second place of the define() function define("ConstantName",TRUE);