Hi all,
Newbie question;....
I have a database and a table within called 'data'..
I also have a login script that allows users to access it. My question is..how do I make only the user's record viewable/accessible after login. Specifically, how do I access, the a specific record in the database using php code??? ... Some of my variables are $email, $phone, $address.....etc..
I want to display only the users data when they login and I want then to be able to update it...
Hope you can help me a little..