How to “print” to a paper in PHP?

后端 未结 5 1676
难免孤独
难免孤独 2021-01-14 03:17

What I mean is, lets say I have a content:

\"Stackoverflow is the best, bla bla bla...\"

I want to print the content in a paper, not computer monitor, how to

5条回答
  •  遥遥无期
    2021-01-14 03:51

    Do you mean printing from the Web server or from the client? If from the client window.print() in JavaScript will do the trick- http://www.javascriptkit.com/howto/newtech2.shtml.

    I ask because I have seen Web based systems that actually do the printing from the server!

提交回复
热议问题