I have a php script that prints barcode labels, 200 rows at a time, per each page. There is no permanent connection to the printer, it works best with 200 at a time. The php page displays the rows based on a search form. It then writes to a template and a javascript button drops the template to the FTP server /printer. Only one user is using it only for printing, but they would like two users. There was some data input but that feature isn't being used. It is on the same network.
There is no login/password system. Since there is no data input involved with the printing, it should work with two different users, using two separate printers.
My question is how do I add the 2nd user/ printer?I have a form that lets the user change the printer and on the printer script page I have a sql query that pulls the most recent user/printer. Do I add sessions? How do I tell which user is printing? They would always be the same 2 users, the IP's might change depending on which location they are printing from. tia,