Page purpose
This page allows the customer to do a budget search. The listing on the left should be read as follows :
"The best item you can buy under [budget entered in textbox] costs [price]".
Goal
Try to find out what is the structure of the query and then list all the products of the database.
Then you could try to recover data from other tables (complete SQL injection attack).
Parameter
The parameter for the SQL injection is given by the search field and it is transfered to the PHP script through
"POST" method. You can try to enter "RAM" in the search field. This will generate a query
that returns results.