[snip]
> Right now, I am trying to do generation of report using PHP in which
the 
> report should be in a printable format later on.

How do you define a "printable format"?

Ideally, you want to do this in CSS. The "print version" would just load

a differnet style sheet than the main format.

You can also do it with PHP, like conditionally including / excluding 
blocks, changing colors, fonts, sizes, etc....
[/snip]

I second John's "How do you define a "printable format"?"

I like his plan and just wish to add that you could create printable
PDFs using PHP.

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

Reply via email to