1
As you can see in the image below, I have the table Real Estate (mysql) which relates to the tables Type, Neighborhood and City.
What I need is this:
Has a text field to perform a simple search and can be typed anything. Suppose a user type "São Bernardo do Campo", the system will search in the tables Type, Neighborhoods and Cities until you find in the column "name" the word typed and if you find, takes the ID and loops it against the respective ID in the Properties table and returns all occurrences found.
I would like to do with INNER JOIN, but I’m having trouble understanding.
I appreciate any help.
Bro, it worked right.... Thanks a lot.
– Dica Reis