zohab Posted November 25, 2007 Share Posted November 25, 2007 hi all i want to add "http://localhost/page.php" as a service on windows(xp,server 2003). so that i can go in control panel and start/stop service. how can i do this? need help? thanks in advance Link to comment https://forums.phpfreaks.com/topic/78782-add-url-as-a-service-on-windows/ Share on other sites More sharing options...
Daniel0 Posted November 25, 2007 Share Posted November 25, 2007 how can i do this? You can't, but you could create a program which calls that page and register it as a service. It might be better just to do php path/to/file.php though. You might want to check this out as well: http://en.wikipedia.org/wiki/Windows_service http://en.wikipedia.org/wiki/Service_Control_Manager Link to comment https://forums.phpfreaks.com/topic/78782-add-url-as-a-service-on-windows/#findComment-398691 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.