Skip to content

Tag: node.js

php exec function taking so much time

i want to run node js in my php code with exec function, but why when i’m running the exec function it’s not showing anything. but when i’m running the node js in terminal as usual it running as normal. index.js php code Answer This is because exec() is using output buffering, which means al…

Submit Contact Responses To email

I am using repl.it to build my website, however, repl.it has a server named HTML/CSS/JS and it does not support PHP which is mainly used to submit contact responses to email. The website is built in the HTML/CSS/JS Server. So I cannot use PHP to submit contact responses to email. Is there an alternate way of …

Real time website information/content updating [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year. Improve this question Since a year and a half I am trying to figure out how some websites update t…

How to run Node.Js server from php

Hello I am trying to host my website on franceDNS which only has php support, so I would like to know how can I start my node.js server from php? If at all possible. If it is just better to change the hosting service then let me know to. Answer In theory, you could use shell_exec or similar to spawn