I want to develop a site in PHP such that user need to enter username and password
by validation this username,passwo rd i want to fetch data stored in password protected directory
so can anybody tell me how i can fetch this data using PHP
Another thing is that this password should me MD5 comes in HTML header
so how can i fetch this md5 security key using PHP so i can able to get protected data
Thanx.
by validation this username,passwo rd i want to fetch data stored in password protected directory
so can anybody tell me how i can fetch this data using PHP
Another thing is that this password should me MD5 comes in HTML header
so how can i fetch this md5 security key using PHP so i can able to get protected data
Thanx.
Comment