I am in need of a way to authenticate users to a website I am creating. It is using php and mySQL running on Windows 2000 and IIS. Part of this system requires people to be able to register with a username and password, and have that information stored in the database so they can log in and access certain functions of the site. All the books on php I have show doing this type of authentication only if you're using Apache. Google has turned up some cryptic things, but nothing that I'm finding terribly useful. Is anyone using this type of setup? If so, what are you doing about authentication? Or is Apache the only way to go? I would use Apache but the people I am building this for run IIS and won't switch. Thanks!