Skip to content

shoaib0300/testphp

Repository files navigation

Task

Szenario: Imagine your friend - the owner of a small book shop - asks you for a simple representation of his latest sales. He provides you a simple plain json export file.

What you need to do?:

  • Design a database scheme for optimized storage
  • Please note that over time, large amounts of data will accumulate
  • Read the json data and save it to the database using php
  • Create a simple page with filters for customer, product and price
  • Output the filtered results in a table below the filters
  • Add a last row for the total price of all filtered entries

Steps for execute

1. Run your apache server e.g. wamp or xamp.
2. Type the url e.g. http://localhost/testphp/index.php

Note: Please also check the attached video.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages