[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: 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
 http://www.php.net/manual/en/ref.session.php

 3rd
 does php have application like asp??
 


 4th
 sessions, can they be accessed from an asp script and the other way round?

I dont think so.



 regards
 pafo

Jarry



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


[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 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 with link to
generated file?
Any suggestions ?
Thx in advance.
jarek



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]