This is a migrated thread and some comments may be shown as answers.

[Solved] Image browser and database informations

0 Answers 21 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Stevo
Top achievements
Rank 1
Stevo asked on 18 May 2012, 05:32 PM
Lets say i have database table in which i store user images. Every image have Unique User and Unique Folder ID.

So for example, for User = x and Folder = y i have results like

"ID=1, Title=Test, User=x, FilePath = file.jpg"

I generate image src with this informations: <img src="cdn.domen.com/upload/userid/filepath"

So the main thing here is, can i make folder selection to be avaible only on Folder Name, and depend of that folder i render custom html made n my code depend of my folder images..?

So when he select folder "Test" i render some html made with cdn urls?
Tags
Editor
Asked by
Stevo
Top achievements
Rank 1
Share this question
or