Re: [PHP] Changing passwords

2001-01-10 Thread Chris Lee
That's quite a big request :) here are a few tips you might allready know. changin the passwd for a user to view a site isnt that hard, just store the username and password in a db, this is the file I use, nb. fetch_db_value() replace with your own sql functions \n"; exit(); } session_start(

[PHP] Changing passwords

2001-01-10 Thread A.D. Vijverberg
Hello, i have got a question I can't find the answer to. I want to enable my users to change their password for a intranet and their mail account (different machine than the Intranet). i want my users to do this throug a web interface on the intranet. Can anyone tell me how I can make an app to d