which site about updating user profile that i can refer?.. anyone please suggest one.. tq
If you mean your user profile within these forums, just hit the "user cp" button at the top and take a look around.
no..i'm looking site which supply code for updating user profile by using PHP..
User profile for what?
i just want to refer some code about updating user information after their logging to implement into my program...
Read the email I sent to your mail.com address...
In response to your post here, all you need to do is use:
UPDATE your_table SET your_field='$variable' WHERE id_field='$id'