I want to retrieve whole row of data from database when a specific user log in. and show it in my view of profile.this is my Controller already assigned it a Session variable on ID, I now want to retrieve data from database through this U_ID.
I want to retrieve whole row of data from database when a specific user log in. and show it in my view of profile.
this is my Controller already assigned it a Session variable on ID, I now want to retrieve data from database through this U_ID.