Tux-e-do

Member
Jul 17, 2002
14
0
151
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:[email protected]$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