placement TPSecu

This commit is contained in:
2023-05-25 11:53:03 +02:00
parent 4e2844002e
commit 5ead461cc2
11 changed files with 0 additions and 0 deletions

9
TP/TPSecurite/lib/common.php Executable file
View File

@@ -0,0 +1,9 @@
<?php
function initDatabase() {
$db = mysqli_connect(host,database,login,password);
if(!$db){
echo "erreur connexion";}
return $db;
}