I have PHP code that uses FSOCKOPEN
to check the port of a server, and depending on the response it logs ... But for that the page has to always remain open, I would like to know if it exists some way I'd leave this running automatically on the server without user interface ...
Today for it to work I leave an HTML tag updating the page every 10 seconds ... But as I said, to run the page you always have to stay open!