I make database for signup and login, i authenticate when user is enter email and password in signup form then and then he/she login.
Now i want to display userwise data in application means eg. user A and user B, if user A login and enter the data in database then only user A is show his/her entered data not user B. Same way user B is enter data in database then and then only user B show his/her entered data.
I have signup,login,account,expense,income tables. In short i want to display user wise data in whole application.