Hi,
i'm trying to develop a simple http server. I have already accomplish to work with static webpages.
At the moment, i'trying to work with dynamic webpages developed with PHP.
I know that one way to do that is by executing functions using from a dll (php5ts.dll => PHP Script Interpreter).
This dll is present in the directory where PHP is installed.
The problem is that i can't find any documentation about this dll,
specifically, the function that allows the execution of scripts and the corresponding input parameters.
I would to know if anyone could tell me where i can found the documentation that i need.
Thanks for any help,
Pedro