connect ( ); $database->prepare ( "SELECT links.URL FROM links WHERE links.ID = ?" ); $parameters = [ [ "i" ], [ &$link_id ], ]; $database->bind ( $parameters ); $database->execute ( ); $result = $database->get_result ( ); $row = $result->fetch_assoc ( ); if ( ! $row ) { http_response_code ( 404 ); include ( $GLOBALS [ 'config' ] [ 'installation_path' ] . '/lib/errors/404.html' ); exit; } else { ?> Redirect in 5 seconds

You will be redirected to in 5