It does not reflect the data when adding a where in a MySQLi query, if I delete the WHERE the data is reflected.
<?php
$stmt = $con->prepare("SELECT id_world,hour,date_matches,local,visitor,active FROM world WHERE active=?...
asked by
05.07.2018 / 05:58