Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

Re: [PHP] "report" generation with PHP From: Morten Winkler Jørgense (madmax <email protected>)
Date: 07/16/01

Hi Matthew,

MG> Now I want to be able to generate this report from the web. It doesn't
MG> have to use Access (and I would prefer that it didn't, so I can convert to
MG> MySQL). But I don't know of a nice (and easy!) way to generate such a
MG> report. Using HTML tables isn't acceptable---when you print, you still
MG> get the header and footer that the browser adds (and it's unacceptable to
MG> have everyone modify their browser's setup). Furthermore, the printable
MG> list has to look as close as possible to the original, because if I start
MG> changing formats, people will get upset.

Try PHP's PDF extension. That way you can create neat documents.

-- 
Kind regards,
 Morten                            mailto:madmax <email protected>

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>