Jump to content

php update user profile tutorial


dennell

Recommended Posts

Hi everyone,

 

So after searching for hours and hours trying to find a php tutorial that will guide me through how to create a page where once a user is logged in can actually update their details, i have been unsuccessful. 

 

Could anyone please point me in the direction of a tutorial of how to do this please, I am a basic beginner and would like to know how to do this step by step.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/277314-php-update-user-profile-tutorial/
Share on other sites

updating is a simple a populating a form using the data from the data base.

 

experiment...

1. get and display data for a particular user

2. echo the values into the "value" of the appropriate form field

 

search google for "php mysql UPDATE tutorial"

 

when you get stuck on a particular part come back and show us what you tried and what errors you received.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.