Printing PHP, with a physical Computer Printer..

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Zoxive
Forum Regular
Posts: 974
Joined: Fri Apr 01, 2005 4:37 pm
Location: Bay City, Michigan

Printing PHP, with a physical Computer Printer..

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post 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()
Post Reply