J
JackSkellington
Guest
The query is simple: $photo_query="SELECT *
FROM photos
ORDER BY date_uploaded DESC";
The fields in table called "photos" are "id" and "photo_filename"
All I want is for all the photo filenames in the database to output to a 3-column table.
No headers... or anything complicated... simply 3 HTML columns listing every photo_filename... using PHP !!!
FROM photos
ORDER BY date_uploaded DESC";
The fields in table called "photos" are "id" and "photo_filename"
All I want is for all the photo filenames in the database to output to a 3-column table.
No headers... or anything complicated... simply 3 HTML columns listing every photo_filename... using PHP !!!