Anybody have print button coding in php?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Michal00
Forum Newbie
Posts: 3
Joined: Fri Apr 06, 2012 2:47 am

Anybody have print button coding in php?

Post by Michal00 »

i want command/coding in php to send current page to printer for printing on clicking print button......help me pls........
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Anybody have print button coding in php?

Post by Celauran »

Use JavaScript.

Code: Select all

window.print
Post Reply