Daer
I am working on a project using mySQL and PHP. I have two tables on mySQL.
Table 1 has 2 fields, the City Code and City Name (which are added just once as they do not change or increase).
Table 2 is the Product table, with 2 fields, where all the Item Description is given and the City Code.
Everything is ok, however, on the PHP search form, I want the Table 2 City Code field and Table 1 City Name field to match and show results by showing the City Name and not the city code.
I would appreciate if someone can help me by sending an easy link that would help me understand what to do or even if you can tell me how to do this is full detail.
Thank you
Kind regards
Aman