Assignment #4
(20 points)

  1. Watch the video Health Club (PHP) (CC) and continue reading up on PHP.

  2. Create a Health Club Calculator using PHP similar to the one developed in the video and shown below. Save your work as "assignment4-php.php".

      Membership   Charge   Activity   Charge
      Basic   $80   Tennis   $15
      Gold   $100   Racquetball   $20
      Gold Plus   $120   Golf   $25
              Child Care   $100
              Personal Trainer   $120
              Swimming Pool   $20

    Special considerations
    1. Your application must be mobile responsive. That is, the layout of your content should be based on the size of the screen it is presented on. More specifically, your code must contain floating "<div>" elements as represented by the different colors in the image below.
    2. The value of "Total" must be calculated any time the user changes or clicks on an element.
    3. You do not need to implement a "Clear" button.

  3. Upload this file to your YOUR-CLASS-WEBSITE. Help.


Grading Rubric
Required Elements Points Possible Does not meet requirements Meets some requirements Meets or exceeds all requirements Your Score
Effectively created a Health Club calculator using PHP that meets the requirements listed above. 20 0 10 20 __/20
Total points __/20