what im trying to do:
1. register
2.login
3.go to "my profile" where user are able to edit their username, password and so on.
my problem:
i have success to do the register n login page, but after login, the page "my profile couldn't show all the details that the user had key in in the register page.
*all the data had been stored in the database, there is no problem for register and login page. the only problem is i coundn't call out all the details into "my profile" page when the particular user login.