For a user login(this does sound daft i know) i want to compare the username in htpasswd with the username in my database in order to allow logins.
Does anyone know how to read the usernames in the htpasswd file for comparing them with my database. I was thinking it would be converting it to xml or something first.
Does anyone know how to read the usernames in the htpasswd file for comparing them with my database. I was thinking it would be converting it to xml or something first.