I am wondering if i can create a login in page using php to log in to a mysql database. Because if the user name is in the user table in the mysql database then i just need to be able to match the password which is encrypted, but i can decrypt the password. I have used a number of ways to decrypt it but no success. I have php 4.1.2, so that limits what i can try. Any ideas?