Re: How to print doc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dear Cal Evans,

Assuming you mean from PHP, you can't directly do that. PHP is server side, Printing is client side. If you are working in a

Printing is possible on server side PHP has some print functions but that works on Windows only that also on serverside not the client side
In javascript you may do something like
<a href="#" OnClick='window.print()'>Click to print </a>
Regards,
Vishal Kashyap


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux