maraya Posted February 1, 2017 Report Posted February 1, 2017 i have script tradeoffer with node js. i want this script run in my website using php.how to call this script on php Quote
Dr. McKay Posted February 1, 2017 Report Posted February 1, 2017 If you need to execute the script from php, you can use exec or shell_exec If you need to call into a running script from php, you could set up an HTTP server in node and call it with curl in php. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.