Is there a way to bypass the popup login with htaccess using PHP?
I have a login form that validates against a database (MySQL) and I dont want it popping back up to the user a second time to validate the htaccess stuff.
Thanks! Amy
Use the CURL library of PHP to do user authentication automatically.