Final year project site which includes different learning tutorials and a PC part generator using PHP and MySQL
http://sam-arnold.co.uk/buildapc/choose.php
partlist.php
- The code first determines whether the PC spec is High, Mid or Low
- and if the user plans to overclock the CPU.
- The queries then fetch the parts from the database depending on the users chosen input.
- The parts are then echoed into a table
- A final bit of JavaScript adds up the totals of all the parts to give the user a total cost