Hello. I have an online order management system. I am using PHP with a mySQL database. What i want to do is to write a script to pull my customer's order info from the database and add it to a print queue. I want to be able to this for all orders(i.e for current day). I want to be able to print out all order info for that day in batch instead of printing it one at a time. Does PHP have any output to printer facilities/functions that can do this? How would I go about doing this?
Thanks :)