dennell Posted April 25, 2013 Share Posted April 25, 2013 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 More sharing options...
lemmin Posted April 25, 2013 Share Posted April 25, 2013 Something like this? http://www.9lessons.info/2009/09/php-login-page-example.html Link to comment https://forums.phpfreaks.com/topic/277314-php-update-user-profile-tutorial/#findComment-1426609 Share on other sites More sharing options...
dennell Posted April 25, 2013 Author Share Posted April 25, 2013 Something like this? http://www.9lessons.info/2009/09/php-login-page-example.html Hi thanks for the response, but no. That tutorial will show you how to create a login system not an update user profile system. Link to comment https://forums.phpfreaks.com/topic/277314-php-update-user-profile-tutorial/#findComment-1426614 Share on other sites More sharing options...
litebearer Posted April 25, 2013 Share Posted April 25, 2013 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. Link to comment https://forums.phpfreaks.com/topic/277314-php-update-user-profile-tutorial/#findComment-1426616 Share on other sites More sharing options...
litebearer Posted April 25, 2013 Share Posted April 25, 2013 might help you http://www.phpeveryday.com/articles/PHP-MySQL-Editing-data-P284.html Link to comment https://forums.phpfreaks.com/topic/277314-php-update-user-profile-tutorial/#findComment-1426617 Share on other sites More sharing options...
seandisanti Posted April 25, 2013 Share Posted April 25, 2013 another place to look; https://phpacademy.org/course/create-php-register-and-login-system Part 15; parts 1-3. (Don't blame me for the redundant naming, i'm just passing along the link) Link to comment https://forums.phpfreaks.com/topic/277314-php-update-user-profile-tutorial/#findComment-1426672 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.