Hi,

I'm trying to provide a login feature for my users where they can login via a Members section from my main website.

The command I use in PHP is
header(&Location: http://$UserName:$Password@$DomainName:2082&

The problem is this works for Linux, but windows pops up a login window, is there a better way to do this?

Cheers