<?php
$connection = mysqli_connect('localhost', 'root', 'root')
$select_db = mysqli_select_db($connection, 'bdwheelz');
?>
<?php
mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);
$connection = mysqli_connect('localhost', 'root', 'root', 'bdwheelz');
$connection->set_charset('utf8mb4');