how to print a page

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
micknic
Forum Commoner
Posts: 37
Joined: Thu Feb 27, 2003 1:27 pm
Location: belgium

how to print a page

Post by micknic »

Hi,

I would like to know if it's possible to automaticly print (on paper) a web page with a php command???

Thank you
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

No, it's not possible.

Mac
McGruff
DevNet Master
Posts: 2893
Joined: Thu Jan 30, 2003 8:26 pm
Location: Glasgow, Scotland

Post by McGruff »

Probably best that way. I read of a "fax attack" once which involved sending thousands of pages to the target's fax machine in the hope that it would overheat, melt down and set fire to the office.

It might be worth creating a printer-friendly versions of site pages though that the user can print out.
Post Reply