I have a LAMP server running. External services connect to this server (services running on iPhone). I want, from a php script, to get a list of all the services that have connected to the Apache server... How do I do it? Should I use fsockopen?
Any help would be greatly appreciated.