exec($sql); echo "Table 'matches' updated successfully with 'team_a' and 'team_b' columns." . PHP_EOL; } catch (PDOException $e) { die("Could not update matches table: " . $e->getMessage()); }