php-db | 2001062
Date: 06/28/01
- Next message: Markus Fischer: "Re: [PHP-DB] Adobc error"
- Previous message: Jason k Larson: "Re: [PHP-DB] mysql errors .... or php errors ????"
- In reply to: sgibbs <email protected>: "[PHP-DB] static or dynamic "printer-friendly" webpages?"
- Next in thread: Andreas D. Landmark: "Re: [PHP-DB] static or dynamic "printer-friendly" webpages?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I use a method combining both; I first write a so-called
'print.php' which has the ability to write a outputted page to a
disk cache on the disk. So pages are only generated the first
time they're accessed; on second and further requests they're
serverd directly from the cache (disk in my case).
HTH,
Markus
they're accessed
On Wed, Jun 27, 2001 at 06:13:25PM -0400, sgibbs <email protected> wrote :
> Question for all you php experts out there:
>
> My organization's website is based on mysql/php backend - 95% of the
> webpages are generated dynamically using templates and database records.
>
> We have been asked to create "printer-friendly" versions of these pages.
>
> Now for your opinion/advice: should we (1)create another template called
> "print.php" for example and generate there print friendly pages dynamically
> or should we (2)create static html copies of each database record so that
> they are "print friendly"?
>
> By "print friendly" I mean I want a page that doesn't have the text cut off
> the right hand side of the page (nevermind, for now, that the original page
> shouldn't do this
> in the first place :) )
>
> Thank you so much for your help!
>
> - Shawna
-- Markus Fischer, http://guru.josefine.at/~mfischer/ EMail: mfischer <email protected> PGP Public Key: http://guru.josefine.at/~mfischer/C2272BD0.asc PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Markus Fischer: "Re: [PHP-DB] Adobc error"
- Previous message: Jason k Larson: "Re: [PHP-DB] mysql errors .... or php errors ????"
- In reply to: sgibbs <email protected>: "[PHP-DB] static or dynamic "printer-friendly" webpages?"
- Next in thread: Andreas D. Landmark: "Re: [PHP-DB] static or dynamic "printer-friendly" webpages?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

