Php User Profile Help

This is a discussion on "Php User Profile Help" within the PHP Forum section. This forum, and the thread "Php User Profile Help are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 15th, 2006, 23:14
Reputable Member
Join Date: Jul 2006
Location: Baldock
Age: 20
Posts: 447
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Aaron1988 Send a message via Yahoo to Aaron1988
Smile Php User Profile Help

Hi well i have a login script but when users login i want a update profile script which they can change there passwords and contact information and other features if any one can help please reply thankyou

Aaron
Reply With Quote

  #2 (permalink)  
Old Aug 16th, 2006, 00:54
Up'n'Coming Member
Join Date: Feb 2006
Location: London
Age: 25
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Php User Profile Help

You basically need the same form that you used to do the sign up.

Instead of running an INSERT query on MySQL, you'd run an UPDATE query
UPDATE tablename SET emailaddress = '$email' WHERE userId = '$userId'

For the WHERE part of the query, you need something unique to that user. Usually the primary key.
If your using a session to hold the login values, you should have the primary key in the session.

I hope thats not too confusing!

If you need more help, please post the login script.

Cheers,
Jim.
Reply With Quote
Reply

Tags
php, user, profile, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help: User profile interface WDH Scripts and Online Services 16 Sep 26th, 2007 02:36
user Profile page typacolipse Starting Out 4 Apr 16th, 2007 18:42
user profile help Aaron1988 Flash & Multimedia Forum 12 Aug 31st, 2006 14:04


All times are GMT. The time now is 20:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43