Hello
I hope I'm in the right forum for this - as the header says, I'm a complete beginner when it comes to mysql.
My database has fields for name and surname which the user can enter something in one or both.
I also have a placenames dropdown option
<option value="LON">London</option>
<option value="MAN">Manchester</option>
<option value="LEE">Leeds</option>
however when one of these placenames is selected, the search ignores it.
So if someone chooses John Smith Manchester - all the John Smiths are listed, but in all cities, not just Manchester.
I'm not sure what to do - can anyone help?
regards
Pendle
I hope I'm in the right forum for this - as the header says, I'm a complete beginner when it comes to mysql.
My database has fields for name and surname which the user can enter something in one or both.
I also have a placenames dropdown option
<option value="LON">London</option>
<option value="MAN">Manchester</option>
<option value="LEE">Leeds</option>
however when one of these placenames is selected, the search ignores it.
So if someone chooses John Smith Manchester - all the John Smiths are listed, but in all cities, not just Manchester.
I'm not sure what to do - can anyone help?
regards
Pendle