PHP I want print html by click button , call printer by php not javascript print()

Discussion in 'PHP' started by onpub, May 31, 2009.

  1. #1
    PHP I want printing html by click button , call printer by php not javascript print()

    thank you .
    :confused:
     
    onpub, May 31, 2009 IP
  2. givemeknol

    givemeknol Active Member

    Messages:
    22
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    88
    #2
    Do you want your webserver print ?
     
    givemeknol, Jun 1, 2009 IP
  3. onpub

    onpub Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    yes , givemeknol
     
    onpub, Jun 1, 2009 IP
  4. kblessinggr

    kblessinggr Peon

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    PHP is run on the server side and has finished executing long before the html gets sent to the browser. The server has no control over the visitor's hardware, so what you're asking for is impossible via PHP.
     
    kblessinggr, Jun 1, 2009 IP