mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-24 18:56:15 +00:00
Fixing blur and reverse loading
This commit is contained in:
parent
7944e439d7
commit
4c064eeaed
5 changed files with 14 additions and 4 deletions
|
@ -77,7 +77,7 @@
|
|||
<div class="gallery-root flex-left">
|
||||
<?php
|
||||
// Reading images from table
|
||||
$image_request = mysqli_query($conn, "SELECT * FROM swag_table");
|
||||
$image_request = mysqli_query($conn, "SELECT * FROM swag_table ORDER BY id DESC");
|
||||
|
||||
while ($image = mysqli_fetch_array($image_request)) {
|
||||
// If search is set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue