#Day 18
##Ben
###PHP WITH HTML!!!!
####SuperGlobals Can be seen no matter what! NO RULES!!
$_SESSION: holds data for a period of time. Does not get lost when page changes or refreshes.- use a
session_start()function at the TOP of your code.
- use a
##Chris