I work in I.T. for a small business in Auburn Hills, MI. We mainly do C# projects and none of us are particularly talented with PHP. The warehouse manager wants us to change the login for the warehouse people from a scrolldown where they select their names, to an empty cell for a 4 digit code punch. We feel that we've narrowed things down to two files that need to be manipulated. I'll upload the files. One is called "usercreate.php" and the other is "timeclock.php". Thx!
This is mostly a change in the HTML, not the PHP. Change the dropdown to a textbox. (The PHP change would be in processing the user's input, but that's mostly HTML too - the change is in how you get the string from the input element.)