[PHP] Re: Querying Oracle from PHP

2002-04-19 Thread Jarosław 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

[PHP] Re: Hi - newbie questions...

2002-01-31 Thread Jarosław Jankowski
Pafo wrote: > 1st > How to start a cookie/how to delete a cookie and how to change/retrive > information from it > http://www.php.net/manual/en/function.setcookie.php > > > 2nd > How to start a session/how to delete a session and how to change/retrive > information from it > http://w

[PHP] PHP and Perl

2001-09-04 Thread Jarosław Jankowski
Hi, I have something like this in the script : Perl script is generating Excel file. My question is : How to do it in PHP (maybe javascript) that after sending data to this script first I will have window with something like " Wait, generating file" and when perl script is done another window wi

[PHP] Re: ADODB?

2001-08-21 Thread Jarosław Jankowski
Jochen Kaechelin wrote: > is there a source for further information > connecting to databases with ADODB for PHP4? > > I only know http://php.weblogs.com/ADODB > > -- I thing this is the only one, but you can try asking on php.weblog.com Jarek -- PHP General Mailing List (http://www.php.net

[PHP] Re: ADODB Library

2001-08-20 Thread Jarosław Jankowski
Jochen Kaechelin wrote: > Anyone made good experiences > with the ADODB Library for PHP4? Yes. I use it with Oracle8 with any bad experience. It's fast ( except select_limit ) and brings some cool functions like generating menus. Jarry -- PHP General Mailing List (http://www.php.net/) To