I have a check-in database using mySQL and being accessed over the LAN by a computer running IE under Windows.
The server is running Linux and the computer accessing the database is running XP and accessing the database through php scripts using IE or Firefox.
What I need to do is print name labels using a label printer.
Basically I need to do this.
1. A person checks in.
2. His info is saved to the server.
3. A name badge is then printed.
The check-in is accomplished through a web browser connecting to the check-in database on the server.
Any easy way to do this?
The server is running Linux and the computer accessing the database is running XP and accessing the database through php scripts using IE or Firefox.
What I need to do is print name labels using a label printer.
Basically I need to do this.
1. A person checks in.
2. His info is saved to the server.
3. A name badge is then printed.
The check-in is accomplished through a web browser connecting to the check-in database on the server.
Any easy way to do this?
Comment