[PHP] Creating reports in database systems implemented over Web interface

2002-12-16 Thread enediel
Hi everybody:

Over linux, I'm using PostgreSQL , Apache server, and PHP pages to create a
database systems with web interface.

I need to know how programmers have solved the problem about printing high
quality reports using the databases information.

Thanks in advance
Enediel

Happy who can penetrate the secret causes of the things
¡Use Linux!


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




Re: [PHP] Creating reports in database systems implemented over Web interface

2002-12-16 Thread bbonkosk
Quality HTML/embedded with PHP?  (Same way any reports are printed from the web)
-or- Perhaps, check out PDFLib.

-Brad

 Hi everybody:
 
 Over linux, I'm using PostgreSQL , Apache server, and PHP pages to
create  a
 database systems with web interface.
 
 I need to know how programmers have solved the problem about printing
hig h
 quality reports using the databases information.
 
 Thanks in advance
 Enediel
 
 Happy who can penetrate the secret causes of the things
 ¡Use Linux!
 
 
 -- 
 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




[PHP] Creating reports in database systems implemented over Web interface

2002-12-16 Thread enediel
Thanks [EMAIL PROTECTED] for your answer.

I'll verify the PDFLib, create dinamically a pdf file and add a link to it
into a result web page could be the solution I need.

Sometimes the asked report could be extremely large, and include all
resulting information inside the web page won't be the solution I need.

I hope that PDFLib will let me create dinamically a PDF file.

Greetings
Enediel

Happy who can penetrate the secret causes of the things
¡Use Linux!


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