UBB.Dev
Posted By: Jeff Cap Want to change 1 user's U_RegEmail - 03/23/2004 7:09 PM
Using myphp how do I go about editing 1 specific user's U_RegEmail? Say, from [][email protected][/] to [][email protected][/]

I'm guessing this requires a query?

Any help would be appreciated!

Jeff Caplan
DigitalWeddingForum
Posted By: Rick Re: Want to change 1 user's U_RegEmail - 03/23/2004 7:14 PM
Ok, say the user you want to work with has the username of joeuser. You would use the following sql query:

UPDATE w3t_Users SET U_RegEmail='[email protected]' WHERE U_Username='joeuser'
© UBB.Developers