undertaker Posted March 16, 2012 Share Posted March 16, 2012 For example, i am making an application where user could add his restaurant to united country restaurant database. Beside the general information, user could add up to 3 pictures of his restaurant. Now i am asking you, what would be the best way to achieve that? Uploading: I.Using the same database as for the other info? Like pic1, pics2, pic3 columns with image paths? II.Using different database for images connected to general information table with unique id? (how fast is that? ) III. Better solution? Editing: Best solution (+ interface) to change / delete existing images from database since there is maximum limit of 3? Thanks in advance for all the suggestion and ideas. Quote Link to comment https://forums.phpfreaks.com/topic/259083-image-upload-system/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.