How do i fix this loop to display images from my database using bootstrap carousel

后端 未结 1 1433
予麋鹿
予麋鹿 2021-01-24 08:56

I tried using bootstrap carousel to display images from my database but something seem to be wrong with my loop...



        
1条回答
  •  时光取名叫无心
    2021-01-24 09:15

    message("
    please select an image.
    "); redirect_to('list_properties.php'); } $id = $_GET['id']; $sql = "SELECT * FROM pictures2 WHERE photograph_id='$id';"; $photos = Picture::find_by_sql($sql); ?>

    .

    
    

    0 讨论(0)
提交回复
热议问题