printing from php script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dareinan
    New Member
    • Sep 2006
    • 2

    #1

    printing from php script

    i'm using php for just 2 months now. i need to print receipts for a TPS system. how do i do this? pls help me. i have already designed a receipt using echo function. i already have a design what do i do to print out the page. email me @ ulanwolf [at] yahoo {dot} com or message me here.
    wat do you suggest i do? pls its urgent. tnx.
  • ukchat
    New Member
    • Sep 2006
    • 15

    #2
    Originally posted by dareinan
    i'm using php for just 2 months now. i need to print receipts for a TPS system. how do i do this? pls help me. i have already designed a receipt using echo function. i already have a design what do i do to print out the page. email me @ ulanwolf@yahoo. com or message me here.
    wat do you suggest i do? pls its urgent. tnx.
    not a php issue as PHP is serverside (or a less ur wanting the client to request somthing then your server print off then in which i'm unsure it would be based on command line but if u just want client to start printer try looking at javascript.. somthing like this

    function printpage() {
    window.print();
    }

    Comment

    • dareinan
      New Member
      • Sep 2006
      • 2

      #3
      thanks for the reply.

      Comment

      Working...