Good evening. I don’t understand how to implement a little ... See, connect to the database and sample
<?php $db = new SQLite3('****'); $results = $db->query('SELECT player FROM **** '); while ($row = $results->fetchArray()) { print_r($row); } ?>
But the result is ([0] => Madii [player] => Madii) ... I need to get only Madii at the output. Please tell me what I did wrong ... On the php site I’m not working ... But the problem is that everything is in English (I don’t understand everything), and generally novice in programming. Thank you very much.