Sparkle Webserver with PHP?

Is it possible to use php files with sparkle Webserver?

Probably when processing the request using Sparkle you might invoke php.exe passing the .php file, capture the output and then return it to the client. But why would you do that instead of using PHP directly?

Currently Sparkle is used for providing webservices but can also work as a webserver solution including pascal-scripting for creating pages. There's a need of some php scripts on customer side.

We will try to call php.exe and catch the output. Let's see if this works as expected.
Thanks.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.