Right, I see.
I am not going to write the entire program for you, but if you're willing to invest some time to learn how to do this, I'll help you.
What kind of database are you using now? And what version of Dreamweaver? MX? 2004?
I think the easiest way to get a skeleton for your code is to use the Record Update Form that you can find under the Insert | Application Objects | Update Record.
Just have the form point to your Users table, and make sure you select at least the password column.
Then modify the code by adding the second and third password fields. You'll also need to modify the UPDATE statement that Dreamweaver has generated.
If I were you, I'd play around with this form for a while. Look at how the UPDATE statement works, look at the HTML for the form, etc. Also, search Google:
http://www.google.com/search?hl=en&i...ection&spell=1
Finally, you could get a copy of
Beginning Dreamweaver MX. The book discusses all the database techniques you need for projects like this.
Again, for more help, feel free to post here.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.