In my Application, I want to execute a Node.JS file from PHP which in turn makes a http request to another PHP file. In short this is the Process that I am doing. PHP file—>calls–> Nodejs file—>…
In my Application, I want to execute a Node.JS file from PHP which in turn makes a http request to another PHP file. In short this is the Process that I am doing. PHP file—>calls–> Nodejs file—>…