Files

5 lines
195 B
PHP
Raw Permalink Normal View History

2025-05-12 15:44:39 +00:00
<?php
$db = $GLOBALS ['db'];
$querySelect = 'SELECT text0 FROM operating_values WHERE id="13"';
$rows = $db->fetchByAssoc($db->query($querySelect));
$header = html_entity_decode($rows['text0']);