Hi
One method for later browsers is to use a header tag that causes a new page 
to be loaded for printing. This is done transperantly so the users don't 
need to click anything other than the normal print button. It goes like this :

<link rel=alternate media=print href="<?echo $_SERVER['PHP_SELF']?>?print=yes">

Then if(print=yes) just regenerate the page without any fancy layouts.
Tom




At 01:41 PM 13/06/2002 -0300, Angelo Marcos Rigo wrote:
>Hi
>         Anybody knows a good printer friendly version php script
>         thank´s in advance
>
>Ângelo Marcos Rigo
>Webmaster Colégio Anchieta
>http://www.colegioanchieta.g12.br
>
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php


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

Reply via email to