Posts by Marco Quintella • 1 point
1 post
-
-1
votes2
answers76
viewsA: PHP+MYSQL file filter
you can make a query to DB with: QUERY * FROM `uploadedimage`SORT BY `nome_da_chave_primaria` Query, store in an array with mysqli_fetch_assoc. Then iterate over the array showing the data the way…