Re: [PHP] PHP Automation

2006-06-19 Thread Richard Lynch
On Mon, June 19, 2006 8:32 am, Jef Sullivan wrote: > I have a situation that I'm not sure how it can be done with PHP. I > have > written a web-application that produces > > a monthly statement for our customers. Now, I need to automate the > printing of these monthly statements. > > The way I was

Re: [PHP] PHP Automation

2006-06-19 Thread Brad Bonkoski
If you cron job the script file and perhaps convert it to something like PDF then you could feed it to the printer through the shell script... I'm sure there are other ways, just one suggestion from the top of my head.. -brad Jef Sullivan wrote: Greetings all, I have a situation that I'm n

[PHP] PHP Automation

2006-06-19 Thread Jef Sullivan
Greetings all, I have a situation that I'm not sure how it can be done with PHP. I have written a web-application that produces a monthly statement for our customers. Now, I need to automate the printing of these monthly statements. The way I was thinking of doing this was through Perl. Howe