Click to See Complete Forum and Search --> : Login not passing URL Parameters...


glitchgirl
06-01-2006, 08:59 AM
Okay, I wish I could show you what happens, but its a site for our building so its on the network's intranet.

So here's the deal, I have a full functioning, back-end database running website. Didn't have a problem until this point. I guess they shuold come up eventualy right?

Of course there is a login so that the staff of this section can edit things in the database. Now, I would like them to be able to update their account information, because we are constantly moving around and it would be easier for them to change for example phone numbers, to update the contact page, than it would for me to have to chase them down to get their new number and insert it. Well, the problem is, I am of course ID 1 or the first username in the table, after they login, they become me or something. Because to test my theory I did a welcome "username" first. Well it only shows up whatever is in ID 1. How would I change this, so they could in fact change only THEIR account information not mine =)! lol. I wouldn't mind setting up a new Login page, so they have to verify its them, how would I pass the URL variable?

Thanks,
Jesi

chrismartz
06-01-2006, 10:03 AM
Set them up with their own account in that table with seperate id's. Check login credentials then and pull the id from the db based on those.

glitchgirl
06-01-2006, 10:11 AM
They all already have seperate IDs. I'll try the check login creditials thing and edit this comment.

Thanks,
Jesi