Hi,
As some of you may know, I'm in the process of trying to make a database that contains the records of houses for sale. As part of this database, I'm making several pages in php - an insert page, an edit/update page, a detail page and a search page. As usual, I'm having problems with the search page - this time it's to do with searching for the price.
On the page, I have many other fields that are being searched for - and they all work fine. But at the bottom of the page I have two fields - Pricelow and Pricehigh. In the MySQL database I have one field containing the price of the property - Houseprice. I need to be able to have these two fields on the search page so the user can search for a property costing between these two fields - but I have no idea how to do this. Can anyone help me?!