un peu de debuggage

This commit is contained in:
Yasder5 2026-03-02 21:41:34 +01:00
parent 334dd55dee
commit 31b2c00956
4 changed files with 13 additions and 8 deletions

View file

@ -11,8 +11,8 @@
try{
$this->_db = new PDO(
"mysql:host=localhost;dbname=projet_folliow",
"projet_user",
"F0lliowRules!",
"root",
"",
array(PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC)
);
$this->_db->exec("SET CHARACTER SET utf8");