I can create a safe folder that will generate a windows connect to login screen but after the person enters there username and password and continues into my backend program I want to capture the username of the person in PHP
1. Form forwards/submitted to a script. 2. Script uses exec function to load your external program and passes the username and password as arguments. 3. The external program is responsible for logging usr. Let me know if you need more help. regards