> 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 ?

I believe someone already told you,
I guess we can't do it in PHP, so why not in JavaScript
Sorry I don't mean to take you belittle, but I write this completely for
easy to look for others:
<a href=”#” action="window.print();return false">Print this page</a>
                     Best Regards
============BBC============
                     **o<0>o**

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

Reply via email to