I need to validate a user id before an app starts on the server.
The userid is sitting on Drive C of a desktop running Windows.
I have a PHP program on the server that will validate a user BUT currently, the user id is hardcoded.
When I start the program on the server, I need to submit the user ID as a variable, for example:
Then in the script, the variable would be set equal to Bubba.
How can I do this????
Thanks!
The userid is sitting on Drive C of a desktop running Windows.
I have a PHP program on the server that will validate a user BUT currently, the user id is hardcoded.
When I start the program on the server, I need to submit the user ID as a variable, for example:
Then in the script, the variable would be set equal to Bubba.
How can I do this????
Thanks!