02-21-2023, 11:34 PM
(This post was last modified: 02-21-2023, 11:34 PM by Alexandre Machado.)
That's a complex question. Virtually anything that can be done in a Delphi Windows application can be done in an IntraWeb app, as long as it doesn't interact with the Windows desktop/UI API.
IW is also able to run CGI scripts through its own TIWCGIRunner class which handles it nicely and transparently.
If you can run your PHP script as CGI, then maybe there's a way to make it work that way.
I, however, never tried it myself.
IW is also able to run CGI scripts through its own TIWCGIRunner class which handles it nicely and transparently.
If you can run your PHP script as CGI, then maybe there's a way to make it work that way.
I, however, never tried it myself.

