<html>
<head>
<title>network_getservbyname.php</title>
</head>
<body text="#000080" bgcolor="#FDE6C1">
<br>
<?php
// If no headers are sent, send one
if (!headers_sent()) {
header('Location: http://manas6/myphp/');
exit;
}
else {
echo "Headers already sent in $filename on<br> line $linenum\n" .
"Cannot redirect, for now please click this <a " .
"href=\"http://www.frontiersoft.net\">link</a> instead\n";
exit;
}
?>

</body>
</html>