I want to know how can i display the data of the same city of logged user in a page? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

I want to know how can i display the data of the same city of logged user in a page?

I have two tables, one for admin with (uname, pwd, city). Other one transactions, which logged user can add transactions under his city only. I want to know how can I display the data of the same 'city' of logged user in a page? both tables have a field called 'city'.

7th Dec 2017, 6:27 PM
Najm Areekkan
Najm Areekkan - avatar
1 Answer
+ 1
You can make a database by SQL and you can use PHP
8th Dec 2017, 1:40 PM
Vansh
Vansh - avatar