happyavocado
06-20-2009, 06:21 PM
Hi there
I'm not sure if I'm posting this in the correct section...
I need to create three dropdown boxes (box 1:colour, box 2: price, box 3:brand) and when the user presses "GO" they are returned with the correct information, pulled from corresponding fields in my MYSQL database.
For example, colour: silver, price £100-£200, brand:samsung...should return 5 items on the page.
I do not need the dropdown boxes to populate depending on the previous selection - they are static, so to speak. If possible, I would also like the information to be returned on the page without the URL changing, which I think will involve ajax...?
I am not sure how to do this and appreciate any help at all, even if it is sending me to a tutorial on how to do this.
Many thanks in advance
I'm not sure if I'm posting this in the correct section...
I need to create three dropdown boxes (box 1:colour, box 2: price, box 3:brand) and when the user presses "GO" they are returned with the correct information, pulled from corresponding fields in my MYSQL database.
For example, colour: silver, price £100-£200, brand:samsung...should return 5 items on the page.
I do not need the dropdown boxes to populate depending on the previous selection - they are static, so to speak. If possible, I would also like the information to be returned on the page without the URL changing, which I think will involve ajax...?
I am not sure how to do this and appreciate any help at all, even if it is sending me to a tutorial on how to do this.
Many thanks in advance