On Fri, 19 Apr 2002, Jon wrote:
> 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..

You can do all this by building PHP with Oracle 8i and PDFlib support.

Pie charts are easy to draw with the PDFlib-provided primitives if you 
paid attention in geometry class. 

miguel


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

Reply via email to