[PHP-WIN] How to retrieve a result from a function using the OCI interface to ORACLE

2006-04-19 Thread Leonardo Javier Belén
Dear Friends, I am quite lost here. I am implementing quite a lot of functions and packages in ORACLE to actualize data, but I dont see possible yet to call successfully the function. Given the following code: "Declare res NUMBER Begin res := foo('bar'); end;" I cannot get the value of

[PHP-WIN] PECL PDO on WIN32. Problems with PDO_PARAM* constants

2005-11-15 Thread Leonardo Javier Belén
Dear all, I am not able to get the value of the PDO_PARAM* constants. Instead of the value I get the plain string. I am using PHP 5.0.5 on Win2000 with APACHE, and the php_pdo.dll from the pecl.php.net. I searched on the mailing lists and the php documentation but noone seems to have fac

[PHP-WIN] problems getting the GET method to work properly

2004-04-19 Thread Leonardo Javier Belén
I am using a winnt server 4.0 box with apache 1.3x and php 4.2.x to serve some intranet pages. The strange thing is that i am not able to use the get method properly. Has anyone an idea of what am i doing wrong? at least I need the session id to be populated by gets. A last thing, I realized th

[PHP-WIN] is there a way to access UNO?

2003-10-03 Thread Leonardo Javier Belén
Hi all! Id like to access Sun's StarOffice/OpenOffice.org from PHP, but I found it almost impossible. Has anyone succeded on doing this? Leo. AFIP-AR. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] IE seems to be more stupid than I spected!

2003-03-11 Thread Leonardo Javier Belén
M Subject: Re: [PHP-WIN] IE seems to be more stupid than I spected! > Does it work with Netscape? I find it odd that the browser would have > anything to do with this, really. > > (V) > > ----- Original Message - > From: "Leonardo Javier Belén" <[EMAIL PROTECTED

[PHP-WIN] IE seems to be more stupid than I spected!

2003-03-10 Thread Leonardo Javier Belén
HI all! I am facing a problem thanks to the so-called powerful IE on Windows. I'm trying to generate PDFs on the fly but IE refuses to open the file. Not mention that I cannot ask for implace activation. I tried all the stuff around but I get always the same thing. "The file is not longer a

[PHP-WIN] Newbie: How to initialize a superclass

2003-02-07 Thread Leonardo Javier Belén
Hi all! I need some advice. I have a superclass and a class that extends the first. Both have constructors. How do I initialize the superclass, the extended one, from the extension. Its not automatically as I supposed it could be. Please! thanks all for reading...

[PHP-WIN] There is no way I can build "on the fly" pdfs

2003-01-31 Thread Leonardo Javier Belén
Hi all I would like to ask you how can I generate PDFs on the fly since I tried all the stuff around. I cannot make it work even when using the examples provided. The problem seems to affect both cpdf and pdflib. The fact is that says that I cannot see the file because it isnt available.

Re: [PHP-WIN] Fw: PDF extensions seems to do not work properly on IE

2003-01-24 Thread Leonardo Javier Belén
HI! I get the same problem as before. Do you have a clue of whats going on? By the way, I do want to collaborate fixing the bug (if it is one). Thanks a lot, Leonardo J. Belen AFIP-AR - Original Message - From: "Paul Gardiner" <[EMAIL PROTECTED]> To: "Leonardo

Re: [PHP-WIN] Fw: PDF extensions seems to do not work properly on IE

2003-01-24 Thread Leonardo Javier Belén
Is it a problem if I ask you to explain a little more about your work around? Because I do not understand your idea completely. How do you manage multiple documents? because you tell me that what I do want is to make a file and then refer to it from a html link, If I dont get the wrong idea... Che

Re: [PHP-WIN] Fw: PDF extensions seems to do not work properly on IE

2003-01-23 Thread Leonardo Javier Belén
Nothing happens. Its the same problem. It seems that IE does not understand the data sent this way. Does anyone has a clue about how to solve it? Thanks. Leonardo Javier Belén. AFIP-AR. - Original Message - From: "Scott Carr" <[EMAIL PROTECTED]> To: <[EMA

[PHP-WIN] Fw: PDF extensions seems to do not work properly on IE

2003-01-23 Thread Leonardo Javier Belén
- Original Message - From: Leonardo Javier Belén To: [EMAIL PROTECTED] Sent: Thursday, January 23, 2003 10:51 AM Subject: PDF extensions seems to do not work properly on IE Hi all! I am facing a problem with PHP (binaries from php.net) over APACHE 1.3.x on Windows 95 and IE5&6

[PHP-WIN] PDF extensions seems to do not work properly on IE

2003-01-23 Thread Leonardo Javier Belén
Hi all! I am facing a problem with PHP (binaries from php.net) over APACHE 1.3.x on Windows 95 and IE5&6 as a client (in both WinNT40 and Win95). The problem is as follows: I need to use the pdf libraries (both cpdf and pdflib) and I cannto make work any sample. If i use the "hello worl