Page 1 of 1

Printing PHP, with a physical Computer Printer..

Posted: Thu Jan 05, 2006 11:59 pm
by Zoxive
Well i just finished a website for a compitition tomorrow, and now i need the pages all printed off, is there any program that will print all the files in a Dir/Folder? Instead of me going threw and clicking print for every one? Its really late, and i just want to let it go all night...

-NSF

Posted: Fri Jan 06, 2006 12:45 am
by John Cartwright
Not that I know of, but it would be extremely easy to make one of your own..

a combination of php function opendir(), is_dir() wrapped inside a recursive function, and javascript function window.print()