Page 1 of 1

printing question

Posted: Wed Mar 03, 2004 5:43 am
by cto1mac
I know this is probobly better handled by javascript but I cannot find an answer anywhere. I have a text file that gets built dynamically by PHP at the end of the day I want to print that text file from my browser. I can make the browser print the existing page but not my text file. Please help.

Thanks

Posted: Wed Mar 03, 2004 5:49 am
by JayBird
why not display the text file in the broswer then print or look at these functions

http://se.php.net/manual/en/ref.printer.php

Mark