Money Button Game

Objectives:
  • To use session data in storing values
  • To learn how to pass and read form data
  • To apply page redirection

Create a mini-game that helps you make some money! When you start the game, you should have money worth 500. You can click any button. Your job is to create a web app that allows you to earn money and display activities you did.

Guidelines:

  • Refer to the wireframe below
  • Have 4 forms in index.php
  • There is a way to store a hidden value in the form, that would look something like...

```

Please submit your assignment before moving to the next lesson. chevron_left Prev Nextchevron_right