404 Not Found


The page you requested was not found."; $send_buf = "HTTP/1.1 404 Not Found\nServer: server/0.1\nContent-Length: " . strlen($page) . "\nConnection:close\nContent-Type: text/html\n\n" . $page; socket_send( $c, $send_buf, strlen( $send_buf ), 0); socket_close( $c ); } socket_close( $server ); ?>