|
Posted by Maxim Demenko on 03/01/06 01:26
Mark C. Stock schrieb:
> <marvado@hotmail.com> wrote in message
> news:1141167185.093454.28210@j33g2000cwa.googlegroups.com...
> : Hi,
> :
> : can I run phpinfo(); or any php code from an oracle plsql package using
> :
> : htp.p from the oracle web toolkit owa?
> :
> : what I need is to run any php code using htp.p()
> : I might be missing something, in my oracle/apache/php configuration I
> : can only run flat .php files from /htdocs but can't run any php from a
> : plsql procedure to display on a browser with htp.p
> :
> :
> : anyone has ideas?
> :
> : thanks in advance,
> : -- pedro.
> :
>
> i'll take a stab at it...
>
> php is server-side processing, and, in essence, so is mod_plsql (htp.p, et
> al)
>
> so the output from htp.p is not being furhter processed on the server, it is
> being streamed back to the user -- the same as if you generated PHP code
> from a PHP page ... it would go back to the user not to the server-side
> processor
>
> ++ mcs
>
>
Not being familiar with php, but the output of mod_plsql can be
redirected via mod_external to php processor, so theoretically , if
security restrictions could be disregarded, it should be possible...
Best regards
Maxim
Navigation:
[Reply to this message]
|