Running PHP scripts from 4D

2017-08-22 Thread Sujit Shah via 4D_Tech
I have a few scripts that run on an Apache server with the relevant SDK. I can run these scripts manually from the browser. The result "echo" ed to the console. Currently, it is run from a Cron Job but I would like to run it on demand from 4D and return the result. What would be the best way to a

RE: Running PHP scripts from 4D

2017-08-22 Thread Timothy Penner via 4D_Tech
Hi Sujit, You can try using PHP EXECUTE but it may not have the required modules required by the script. http://livedoc.4d.com/4Dv15.4/help/Title/en/page2802.html You mentioned running the PHP script through Apache and running it from the browser, but then you also mention CRON. I assume that s