I run a CS server and I'm buzy making a site for it. I need a code that will tell me if the server is up or not. I figure it would have to be something like connect to 12.225.245.5:27015 and then return if it got through or not, but I don't know how to put that into php. Any help please?