Hi,
I am using Oracle Application Express and I was wondering whether it's possible to call php inside a pl/sql page process?
Can I use htp.p or htp.prn in pl/sql?
For example, let's say I have a php function on the server that returns the remote_addr of the local machine - I basically would like to capture this function value and add it to an oracle log table that I have created.
Hoping someone can assist.
Thanks.