[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

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

2002-01-31 Thread Jarosaw 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

[PHP] PHP and Perl

2001-09-04 Thread Jarosaw Jankowski
Hi, I have something like this in the script : ? header("Content-Type: application/force-download"); header("Content-Disposition:filename=$clientname.xls"); set_time_limit(180); passthru("d:\\perl\\bin\\perl.exe test2.pl $var \"$query\" \"$query1\""); exit; ? Perl script is generating Excel

[PHP] Re: ADODB Library

2001-08-21 Thread Jarosaw 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 select menus. Jarry -- PHP General Mailing List

[PHP] Re: ADODB?

2001-08-21 Thread Jarosaw 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/) To