getArticlesByCategory($category); echo $articles[0]->getTitle(); } catch (Exception $e) { $_SESSION["message"] = "internal_error"; include_once "content/404.php"; exit(); } }else{ $_SESSION["message"] = "invalid_category"; include_once "content/404.php"; exit(); } ?>