You have to use a database called Home Rental Database (see a description on page www.cs.helsinki.fi/group/dime/um/s00/harj/vuokraus.html). Implement, using PHP, a set of HTML pages for a home rental dealer, with the following functionality:
A dealer can get a list of all the renter candidate clients.
The dealer can choose one client from the list and get all the information about her/him (personal info, choices, viewings). The information is shown in a form, such that the fields are filled with the existing database values.
When the dealer submits the form, he/she gets those apartments that correspond the choices of the client.
If you still have time: The dealer can change the values of the fields in the form and experiment how changing the values of the choice fields changes the set of apartments available.