I tried using bootstrap carousel to display images from my database but something seem to be wrong with my loop...
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); ?>
.
Previous Next