good afternoon all,

i am currently writing a system in PHP that requires interface with a USB thermal receipt printer for a friend upon form submission. currently i have read about interfacing with devices containing a parallel port but there has not been much detail on how i can use PHP to interface with a USB thermal receipt printer. hence any advice on the topic would be appreciated.

so far i have designed the receipt consisting of data that has been posted from the form. the next step would be to reproduce it on the thermal printer.

thank you for your time and interest.

God bless

If you can send prints through a command line use system() or exec(). Bye :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.