sql >> Database >  >> RDS >> Mysql

Mysqli fetch array nde rij

Je kunt zoiets proberen

$arrayofrows = array();
while($row = mysqli_fetch_array($result))
{
   $arrayofrows = $row;
}

U kunt nu

$arrayofrows[0] //(to get the first row)
$arrayofrows[1] //(2nd row)


  1. Express.js en MySQL-model + validatie

  2. Mysql :meerdere tafels of één grote tafel?

  3. SQL-query om financiële jaargegevens op jaarbasis op te halen

  4. MySQL-fout bij het bewerken van product in Magento