Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 263 Bytes

File metadata and controls

13 lines (8 loc) · 263 Bytes

#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.

##Chris