I am trying to generate a text file and print it all in one fell swoop with php.
I know that VB has a subroutine called printondemand that makes a button in a browser initiate the WinPrint32.dll
Does php have any functions that are similar to this, and if not how might one achieve something like this?
Any help is much appreciated.