Is there any function/script in php that can print the displayed page without having to click 'print' on the browser? Thanks..

A.g

    PHP is server-side. How would you expect this to work?

    Instead, you might look into JavaScript and see what printing tricks it has available. I can tell you you won't be able to get the page to print on its own. But you might be able to pop up the print dialog window for the user.

      Write a Reply...