Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello,
I am currently building a website where I have a login along with a register user.
When you login I would like to build a page that brings you to your profile.
I will make textboxes for the information that is drawn from the phpmyadmin database.
I am not sure how to automatically fill the textboxes with the users data specifically that logged on. I would like to be able to edit each field after the data is automatically populated.
I have successfully built a page with all the forms and I can also log on along with my register page.
Another thing I am trying to do is so each user can import a picture for their profile picture. I don’t believe ether of these things should be that hard but I have been working and attempting to get these working for quite some time and I have not yet done it.
Thank you for the help.
Posted
Updated 14-Oct-14 17:57pm
v2
Comments
Sergey Alexandrovich Kryukov 14-Oct-14 23:58pm    
Not clear what is your problem and your question.
—SA
TheBigBearNow 15-Oct-14 0:11am    
I want to auto populate textboxes with the data from phpmyadmin database.
Once the data is in the textboxes then i want to do an update query so i can update the textboxes with the current data that is inserted.
Also i want to be able to add a profile image to each profile

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900