[PHP] Re: Querying Oracle from PHP

2002-04-19 Thread Jarosaw Jankowski



Jon wrote:

 Hi,

 I am evaluating if it is posible to connect Oracle 8i from PHP, running a

 PL/SQL procedure and returning the results, avaible in a temp table, to

 HTML. Besides, I need to format the results of the query in PDF document and

 make a pie chart based on he results of the contents of the table I

 mentioned before. I looking for some adds-on to PHP that makes it posible to

 do this all..

 Any suggestions would be appreciated. Thanks in advanced

If you want some charts try http://www.aditus.nu/jpgraph/
it is very powerfull library.
Jarek





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


[PHP] Re: Querying Oracle from PHP

2002-04-19 Thread Michael Kimsal

Jon wrote:
 Hi,
 
 I am evaluating if it is posible to connect Oracle 8i from PHP, running a
 
 PL/SQL procedure and returning the results, avaible in a temp table, to
 
 HTML. Besides, I need to format the results of the query in PDF document and
 
 make a pie chart based on he results of the contents of the table I
 
 mentioned before. I looking for some adds-on to PHP that makes it posible to
 
 do this all..
 
 Any suggestions would be appreciated. Thanks in advanced
 
 
 


Someone else suggested using http://www.aditus.nu/jpgraph/
which I'd aso highly recommend.  This will do some
pretty sophisticated charting/graphing.

Also, instead of PDFLib, you may want to investigate
htmldoc from easysw.com first.  You don't get as much
fine-grained detail control, but it's much easier to
work with for pdf stuff you need to crank out quickly.


Michael Kimsal
http://www.phphelpdesk.com
734-480-9961
Guaranteed PHP support when you need it.


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