Hi, i have successfully made my registration and login page.
Now i need help.
When i click on login by using specific username and password that i had created, i want my next page to show details about that person, this details are stored in Mysql when they register and enter their information like age, company, address etc. I want this information to display when the user signs in with his/her username and i want something like a welcome label with their name on my page e.g. rob welcome to your profile so how can i actually get that name rob on my page without doing it manually and hence picking it up from my sql database?
After this i want them to edit this data and save it.
I tried going through many things but i was unable to do that, can anyone help: (i am using dreamweaver and php)?
Thank you