The idea is, I need to be constantly online in one web service, but I don’t want to keep the computer turned on all day. To be online it is enough for me to send a simple request to the server once every 3 seconds and it will think that I am online. Actually the question is: is it possible to implement this in PHP?
That is, I enter the launch index.php
, and he (the server part, not the client) in an infinite loop sends the webrequest
to the specified server. How feasible is it?