status: can't resolve $host_test"; die; } } } // other network if ($ssid){ print "ssid: $ssid
"; if (gethostbyname($host_test) != $host_test) { print "status: online"; } else { print "status: can't resolve $host_test"; } // no wireless network } else { if (gethostbyname($host_test) != $host_test) { $location = "$home_page"; } else { $location = "$offline_page"; } header("Status: 302 Moved"); header("Location: $location"); die; } ?>