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

MySQL/PHP foreach vises stadig kun først i databasen

Jeg tror, ​​at $caption er et array, så din kode burde være sådan her

while($rows = mysql_fetch_array($new_captions)){
    $caption[] = $rows;
}

EDIT:

Din foreach loop er også forkert.

Din variabel er $rows ikke $caption.

<div id="set_caption" style="width:<?php echo $rows['width'];?>px; height:<?php echo $rows['height'];?>px; left:<?php echo $rows['posleft'];?>px; top:<?php echo $rows['postop'];?>px;"><?php echo $rows['text'];?></div>

<?php } ?>


  1. Hvordan håndterer man MySQL tung trafik?

  2. PL/SQL Tutorial:Alt du behøver at vide om PL/SQL

  3. postgres standardtidszone

  4. Sådan e-mailes resultaterne af en forespørgsel i SQL Server (T-SQL)