Web Design and Programming Pt 20

Black BoardIn this part of the Web Design and Programming Tutorial I will review how to use 3 global storage arrays available in PHP. Specifically in this video I’ll show you how to use:

  • Cookies: A storage array that you save on the clients computer. You access it by referring to $_COOKIE
  • Sessions: A storage array that you save on the server. It is accessed by referring to $_SESSION
  • Server Global: An array that contains info on your server and the client machine. You access it by referring to $_SERVER

This tutorial series was created to teach you all that you need to know to build robust web applications. I’ll be bouncing between it and the PHP security tutorial that I’m working on at the same time. Here are links to the 2 tutorials that proceeded this one: PHP Security Pt 3 & Web Design and Programming Pt 19

If you have any questions or comments leave them below. Otherwise enjoy the video :)

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Google+