connect_error) { die("Connection failed: " . $conn->connect_error); } $q = "select * from boards where difficulty=$hard;"; //echo $q . "\n"; $result = $conn->query($q); if ($result->num_rows > 0) { $row = $result->fetch_assoc(); $myJSON = json_encode($row); echo $myJSON; } ?>