sql >> Database teknologi >  >> RDS >> Mysql

Returner JSON fra MySQL med kolonnenavn

Brug mysqli_fetch_assoc()

Her går du

$jsonData = array();
if(mysqli_num_rows($result) > 0){
while ($array = mysqli_fetch_assoc($result)) {
    $jsonData[] = $array;
}
$json = json_encode($jsonData);
echo stripslashes($json);
}


  1. Radius af flere bredde-/længdepunkter

  2. C# - Unexpected authentication method mysql_native_password undtagelse

  3. Sådan repareres MySql:indekskolonnestørrelsen er for stor (Laravel migrerer)

  4. Sådan tælles forskellige værdier i SQL