Current location: Hot Scripts Forums » Programming Languages » PHP » Updating user information


Updating user information

Reply
  #1 (permalink)  
Old 06-19-05, 11:43 AM
DetroitGuy DetroitGuy is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Updating user information

I'm trying to create a way for my users to update their personal information.

Here is what I tried:

$name= mysql_query("update $table SET name='".$_POST['name']."' where id = '".$_POST['email']."'");

I am using a cookie to pull their email address on a hidden input field on the form and this doesn't seem to be working. The query appears to be executing as it prints everything after the query, but when I check the database, the name was not updated. Any advice would be appreciated.

Last edited by DetroitGuy; 06-19-05 at 12:41 PM.
Reply With Quote
  #2 (permalink)  
Old 06-19-05, 01:39 PM
DetroitGuy DetroitGuy is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
Answering my own question.

$name= mysql_query("update $table SET name='".$_POST['name']."' where email= '".$_POST['email']."'");

I swear, I am notorious for overlooking little things like that.
Reply With Quote
  #3 (permalink)  
Old 06-19-05, 08:40 PM
jordie jordie is offline
Wannabe Coder
 
Join Date: Jun 2005
Posts: 179
Thanks: 0
Thanked 0 Times in 0 Posts
heh, happens to all of us.
__________________
Jordie Bodlay
php, mysql, postgres
css, xhtml
graphics, design
email me: jb2386@hotmail.com for any programming needs.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
2 flash websites for sale metamorph General Advertisements 5 01-09-05 10:03 PM
Filling a textbox on a parent web user control from a child web form neilault ASP.NET 1 11-14-04 10:32 PM
phpBB mod Needed will pay $$$ project_manager Job Offers & Assistance 0 08-15-04 04:57 PM
Looking for a PHP user management system waffffffle2 Script Requests 2 06-19-04 04:32 AM
Need Epinions-lite system in PHP & MYSQL wali001 Job Offers & Assistance 4 01-12-04 06:02 AM


All times are GMT -5. The time now is 06:50 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.