Hi,
I've just developed a database in mysql and I need to allow the user to be able to search on it using HTML form driven input, i.e use of text boxes, drop down list etc, I have searched the web and cannot find anything similar can anyone help?
Say the table contains the values
house
street
area
price
what is the sql search statement if the user selects one or all these values do i need to do seperate search statements for each possible pairing
i.e house and street, house and area or can one statement do it all?
Please help!!!
Thanks
Rich
I've just developed a database in mysql and I need to allow the user to be able to search on it using HTML form driven input, i.e use of text boxes, drop down list etc, I have searched the web and cannot find anything similar can anyone help?
Say the table contains the values
house
street
area
price
what is the sql search statement if the user selects one or all these values do i need to do seperate search statements for each possible pairing
i.e house and street, house and area or can one statement do it all?
Please help!!!
Thanks
Rich