Ok, I'm in the same situation. I have a database which I'm interfacing with PHP.
The database is Paradox. I'm using NT40, and a web server running IIS 4. I need to output a report every night at midnight. I have created a report, and I was just going to use a scheduled command. My problem at the moment is, I'm using the printer_draw_text function which is working nicely (after playing with it for a few hours), but when I get the report, the second database entry is missing, and after that it prints 5, and skips the 6th, then prints another 5 and skips the 6th....so if I can somehow print directly to the jetDirect port, that would be wonderful! Otherwise, any idea why it's skipping some records? Plain text is fine...seems to be something coming out of the query... if I echo to the screen the same thing i'm sending to the printer, it shows up just fine. Thanks