is there a print to the printer php code??? like javascript or no?
javascript way is:
<a href="javascript:window.print()">
No because PHP is server side. IF you want to have a "print" link you need to do it in another language. (like JS) (btw...if you know how to do it with JS, why not just do that?)