* @license MIT License * @version GIT: $Id$ * @link https://git.keithsolomon.net/keith/Warframe_Shopping_List */ require_once 'database.php'; if ($_SERVER['REQUEST_METHOD'] === 'POST') { foreach ($_POST as $name => $value) { $stmt = $db->prepare('UPDATE configuration SET value = ? WHERE name = ?'); $stmt->execute([$value, $name]); } header('Location: config.php'); exit; } $stmt = $db->query('SELECT * FROM configuration'); $config = $stmt->fetchAll(PDO::FETCH_KEY_PAIR); ?> Configuration - Last Days of Rome

Configuration

$value): ?>
80) : ?>
Back to Game