Re: [PHP-DB] Best reporting Tool

2002-11-14 Thread Kent Roper
For PDF capabilities for a host that doesn't provide them check out
http://www.ros.co.nz/pdf

They have some free php scripts that you can upload to your server to create
PDF on the fly.
It might not be able to do everything, but I've found it very useful on one
of my sites.


- Original Message -
From: "Aaron Wolski" <[EMAIL PROTECTED]>
To: "'John KRewson'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 7:50 AM
Subject: RE: [PHP-DB] Best reporting Tool


> I have to agree on the PDF.
>
>
> Currently my host does not provide for PDF capabilities as of yet but I
> believe they are going to be compiling with support for PDF soon.
>
> When they do, look out. The success of some of our commercial apps will
> rise for sure as this reporting options becomes available. A lot of our
> apps/tools are for customers of our clients... meaning our clients
> (marketing and Ad firms) utilize our tools to sell to their clients
> therefore a lot of the reports need to be made available to their
> clients as well. PDF files will really enhance the client-relationship
> thus making it that much stronger and a longer lasting business
> relationship (more$).
>
> Just my thoughts.
>
> Aaron
>
> -Original Message-
> From: John KRewson [mailto:krewsonj@;sworps.utk.edu]
> Sent: November 14, 2002 10:47 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-DB] Best reporting Tool
>
>
> I have recently been creating reports using PHP's pdf libraries.
>  Somewhat time consuming to develop them from scratch and the client has
>
> to have the acrobat reader, but they look slick, I must say.  Another
> option is to create RTF or PDF templates and simply replace certain
> areas with your data.
>
> This might not be what you are looking for, but a couple of places to
> start:
> http://zope1.devshed.com/zope.devshed.com/Server_Side/PHP/PDF/page1.html
> http://www.phpbuilder.com/columns/perugini20001026.php3
>
>  One nice thing about this is that quite a few people seem to be
> developing classes for this kind of reporting.
>
>
> Mohammad Saad wrote:
>
> >Hi, I wanted to ask a question, Whats the best way of developing
> reports in
> >PHP. I mean in case of ASP, developers use Crystal Reports but
> apparently
> >PHP doesn't support Crystal Reports. so is there any other tool for me?
> or
> >should I use conventional method of writing database queries, PHP
> paging and
> >HTML table formatting to generate reports. The reason I am asking is
> this,
> >that for a particular project I need to come up with around 175
> reports,
> >Although am sure some of the reports formats will be the same so I can
> just
> >switch queries in those. but still is there any other better way out,
> are
> >Oracle Reports supported in PHP?
> >
> >Thanks in Advance
> >Saad
> >
> >
> >
> >
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
>


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




RE: [PHP-DB] Best reporting Tool

2002-11-14 Thread Aaron Wolski
I have to agree on the PDF.


Currently my host does not provide for PDF capabilities as of yet but I
believe they are going to be compiling with support for PDF soon.

When they do, look out. The success of some of our commercial apps will
rise for sure as this reporting options becomes available. A lot of our
apps/tools are for customers of our clients... meaning our clients
(marketing and Ad firms) utilize our tools to sell to their clients
therefore a lot of the reports need to be made available to their
clients as well. PDF files will really enhance the client-relationship
thus making it that much stronger and a longer lasting business
relationship (more$).

Just my thoughts.

Aaron

-Original Message-
From: John KRewson [mailto:krewsonj@;sworps.utk.edu] 
Sent: November 14, 2002 10:47 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Best reporting Tool


I have recently been creating reports using PHP's pdf libraries. 
 Somewhat time consuming to develop them from scratch and the client has

to have the acrobat reader, but they look slick, I must say.  Another 
option is to create RTF or PDF templates and simply replace certain 
areas with your data.

This might not be what you are looking for, but a couple of places to
start:
http://zope1.devshed.com/zope.devshed.com/Server_Side/PHP/PDF/page1.html
http://www.phpbuilder.com/columns/perugini20001026.php3

 One nice thing about this is that quite a few people seem to be 
developing classes for this kind of reporting.


Mohammad Saad wrote:

>Hi, I wanted to ask a question, Whats the best way of developing
reports in
>PHP. I mean in case of ASP, developers use Crystal Reports but
apparently
>PHP doesn't support Crystal Reports. so is there any other tool for me?
or
>should I use conventional method of writing database queries, PHP
paging and
>HTML table formatting to generate reports. The reason I am asking is
this,
>that for a particular project I need to come up with around 175
reports,
>Although am sure some of the reports formats will be the same so I can
just
>switch queries in those. but still is there any other better way out,
are
>Oracle Reports supported in PHP?
>
>Thanks in Advance
>Saad
>
>
>  
>


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




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




Re: [PHP-DB] Best reporting Tool

2002-11-14 Thread John KRewson

I have recently been creating reports using PHP's pdf libraries. 
Somewhat time consuming to develop them from scratch and the client has 
to have the acrobat reader, but they look slick, I must say.  Another 
option is to create RTF or PDF templates and simply replace certain 
areas with your data.

This might not be what you are looking for, but a couple of places to start:
http://zope1.devshed.com/zope.devshed.com/Server_Side/PHP/PDF/page1.html
http://www.phpbuilder.com/columns/perugini20001026.php3

One nice thing about this is that quite a few people seem to be 
developing classes for this kind of reporting.


Mohammad Saad wrote:

Hi, I wanted to ask a question, Whats the best way of developing reports in
PHP. I mean in case of ASP, developers use Crystal Reports but apparently
PHP doesn't support Crystal Reports. so is there any other tool for me? or
should I use conventional method of writing database queries, PHP paging and
HTML table formatting to generate reports. The reason I am asking is this,
that for a particular project I need to come up with around 175 reports,
Although am sure some of the reports formats will be the same so I can just
switch queries in those. but still is there any other better way out, are
Oracle Reports supported in PHP?

Thanks in Advance
Saad


 



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




RE: [PHP-DB] Best reporting Tool

2002-11-14 Thread Ruprecht Helms

Hi  Mohammad Saad,

> [...] or should I use conventional method of writing database queries

if you want to use mysql you can use phpMyAdmin

>[...]but still is there any other better way out, are
> Oracle Reports supported in PHP?

I dont think that php has a feature to support Oracle Reports. But I have
heard that php is able to use Oracle. The tools of Oracle are using Java 
and some of them base on jsp.

Regards,
Ruprecht


--
Ruprecht Helms IT-Service und Softwareentwicklung

Tel/Fax.:  +49[0]7621 16 99 16
Homepage:  http://www.rheyn.de
email:  [EMAIL PROTECTED]
--

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