From ff7e1a57bcc53d7f752b56967e1fcd8a2835412c Mon Sep 17 00:00:00 2001 From: HAYAF Adame <adame.hayaf9@etu.univ-lorraine.fr> Date: Wed, 18 Jan 2023 11:10:58 +0000 Subject: [PATCH] Upload New File --- config.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.php diff --git a/config.php b/config.php new file mode 100644 index 0000000..abd09be --- /dev/null +++ b/config.php @@ -0,0 +1,6 @@ +<?php +function connectMaBase(){ + $base = mysqli_connect ('localhost', 'root', ''); + mysqli_select_db ("itm_db", $base) ; +} +?> \ No newline at end of file -- GitLab