RE: [PHP] Creating a report in PHP

2002-12-09 Thread José León Serna
El lun, 09-12-2002 a las 16:39, Jon Haworth escribió: > Hi Todd, > > > Is there a "report generator" that will give me the > > flexibility to use fonts and fontfaces that works with > > PHP and MySQL? > > I don't know of a PHP-based report generator (although a hunt round > sourceforge might tu

RE: [PHP] Creating a report in PHP

2002-12-09 Thread Jon Haworth
Hi Todd, > Is there a "report generator" that will give me the > flexibility to use fonts and fontfaces that works with > PHP and MySQL? I don't know of a PHP-based report generator (although a hunt round sourceforge might turn something up), but you can: 1. use PHP scripts to output your repo

[PHP] Creating a report in PHP

2002-12-09 Thread Todd Cary
I have a DB that the users maintain of usual address information.  I would like to create a report from the current data so that any user can download it.  Is there a "report generator" that will give me the flexibility to use fonts and fontfaces that works with PHP and MySQL? Many thanks.