• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

PHP Session

A session is a way to store information (within variables) to be used across multiple pages.



Unlike a cookie, the information is not stored on the user's computer.

Cookie

A COOKIE is often used to identify a user. It is a small text file that the SERVER embeds on the user's computer. Each time the same computer requests a page within a browser, it will send the cookie too.



With PHP, you can both create and retrieve cookie values.

J

Js