>As a Newbe to PHP, I need to print reports. I'd like to stay away from PDF 
>but will use it if necessary.

This really is becoming a faq. A search will come up with more information.

Short anwer:
You could write the report to the browser, use a new window if you have to.
PHP=serverside and cannot print on your local printer..

I think you could create a javascript to handle the printing..

If it's from a local source like a MySQL database you could use a report 
generator --> seach the web.. they do exist.. www.google.com will be a good 
point to start.

Bye,


B.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to