> i am using the php " md5( ) " function to encrypt > the password. so, when i want to access to the new > user "index.php" the password pop-up window appears > and i type in the username and password, but i canīt > access the user file.
Hi, I also wrote a script creating .htaccess-files and I think I might know this problem. What kind of server do you use ? ( Especially the operation system matters - because windows uses another method of crypting data. ) If you want to copy something from my script - here's the URL: http://www.krizleebear.de/phpaccess/dynamisch/ [ by the way: I used the crypt()-method and implement a special-mechanism for windows by using Apache's htpasswd.exe - that's really the only possible way I found ... ] Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php