stuart7398 Posted April 8, 2008 Share Posted April 8, 2008 Hi. I have a members area. the user can upload and display data. Now I want the user to update their own details. I'm looking for example code or a starting point? WHERE – SELECT – INSERT ?? Any help appreciated. Thanks, Stuart. Quote Link to comment Share on other sites More sharing options...
amites Posted April 9, 2008 Share Posted April 9, 2008 without knowing what you have now it is very difficult to offer any suggestions that will help with anything beyond confusion Quote Link to comment Share on other sites More sharing options...
aschk Posted April 9, 2008 Share Posted April 9, 2008 Assuming you already have a users table, and that you have correctly authenticated the user within your web application, then UPDATE user SET superfluous_field = 'superfluous value' WHERE user_id = '<enter user id here>' Quote Link to comment Share on other sites More sharing options...
stuart7398 Posted April 9, 2008 Author Share Posted April 9, 2008 I don't have anything because I'm not sure where the starting point is. Thanks for the last helpful suggestion. Stu. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.