Re: php code from plsql using owa htp.p
From: <marvado_at_hotmail.com>
Date: 2 Mar 2006 12:01:31 -0800
Message-ID: <1141329691.583505.230190_at_i40g2000cwc.googlegroups.com>
Date: 2 Mar 2006 12:01:31 -0800
Message-ID: <1141329691.583505.230190_at_i40g2000cwc.googlegroups.com>
[Quoted] Hi Dietmar,
[Quoted] thanks for the tip, but I'm using exactly UTL_HTTP for that with htp.p and it doesn't seem to be showing back the php result. This is what I have in a plsql package:
begin
htp.p('phpinfo();');
end;
it gives me a blank page when I call the package from the browser. What I expect is to see the environment variables for PHP with the phpinfo(); function call.
my setup:
- oracle 9i
- Oracle's HTTP Server with Apache 1.3
- php 5
anything I'm missing?
thanks.
Received on Thu Mar 02 2006 - 21:01:31 CET