if($connection = fsockopen("udp://$serveripaddress",$serverqueryport, $errno, $errstr, 2)) {
Now, when I run that, no error, $connection simply turns up false. Now, the script works because I've used it on other servers in this exact same state. Anyone have any ideas?
