Posted by marvado on 03/02/06 22:01
Hi Dietmar,
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.
[Back to original message]
|