placement TPSecu
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
function initDatabase() {
|
||||
$db = mysqli_connect(host,database,login,password);
|
||||
if(!$db){
|
||||
echo "erreur connexion";}
|
||||
return $db;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user