Hello
I have developed a web application.It needs some script always running on server to reply the email.Can i make using php code.
Yours
Manish
Yes. But the trick is that you don't keep your script alive at all. Instead, you configure your system so that when an email comes in, your script is started to handle the email. When the email has been processed, your script dies.
You can do that.. But only if you compiled your php in cgi mode so that you can create a script that continously runs as a process/daemon... 🙂
Hello vincent
I don’t know how to compile php in cgi mode. May you give some information or example. Thank you
Yours Manish
Just read the installation part of the manual