Hello,
Does anyone know how to automatic send user/password from PHP to authenticate with .htaccess protection dialog?
Kiat.
you can send it through the url like this:
http://username:password@www.somesite.com/
Hope this is ok.. the username and password will be shown... so it might not be the thing your looking for
Andreas
Thank a lot. I think I could use the header function to hide username/password.