Posts: 46
Threads: 19
Joined: Mar 2018
Reputation:
3
Location: US
Hi,
Are we able to run a PHP script through IW standalone? if yes, is there a demo/example of how to do that?
Thank you
Posts: 2,301
Threads: 204
Joined: Mar 2018
Reputation:
87
Location: Auckland, New Zealand
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.