WIP: tout fonctionne il ne reste plus que ordreJFG et le scroll

This commit is contained in:
2026-07-06 14:18:36 +00:00
parent 75de2a46f1
commit 8793bb09d7
4 changed files with 50 additions and 13 deletions
+3
View File
@@ -1,4 +1,7 @@
<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
require_once __DIR__ . '/db.php';
$db = (new App\Database\Database())->getConnection();
$stmt = $db->prepare("INSERT INTO ordreGF (isin, Nom, ticker, code_yahoo) VALUES (?, ?, ?, ?)");