heya i have been using .htaccess logins for a short while now for my client area
basically i want to have a php based login script so that the user can go to http://clients.mysite.com fill in the .htaccess's username and password so that they can get into their client area located at http://clients.mysite.com/username
i know it sounds weird and i have already tried url inputting the username and password(as works with ftp) , and posting it to the site with the form feild names user and pass which works for https logins
does anybody have experience with what im talking about?