diff --git a/config.php b/config.php new file mode 100644 index 0000000000000000000000000000000000000000..abd09be2c26c1347100d0308df75dda40b734ed9 --- /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