I have a printer directly attached to my PC and i am able to print texts using PHP. what I want to know is, how can I print an image using the same php functions?
th
Try having a look at http://www.php.net/manual/en/function.printer-draw-bmp.php and see if that helps...