weetat wrote:
Hi all ,

 I am using PHP 4.3.2 and MYSQL .

 I need to do printing function in php .
Basically , in my client web page , it will display the list of items on the html page. And i have a print button , so that the user can print the html page to their local printer.

Any way how to do this in PHP ?

No, but you can in javascript.

window.print();


--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to