CARIA.1.0.0

Restruct all repositories
Add :
- Files UserWebSite
- IA openCV Tuto
- Alphabot docs for first maquette
This commit is contained in:
ccunatbrule
2023-02-12 12:24:39 +01:00
parent 1f9312201e
commit 0a6ce8df24
61 changed files with 989 additions and 375 deletions

View File

@@ -0,0 +1,11 @@
<?php
// Connexion <20> la base de donn<6E>es
try
{
$bdd = new PDO('mysql:host=localhost:3307;dbname=CARIA', 'USER', 'MDP',array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8"));
}
catch(Exception $e)
{
die('Erreur : '.$e->getMessage());
}