Richie1209 0 Posted Tuesday at 02:29 PM Share Posted Tuesday at 02:29 PM (edited) I want to create a media library in the CMS, similar to how it is in WordPress but custom-coded in PHP on my own site. Can this be done simply with a database connection or will the images need to be uploaded to a server? Bit confused as to how it works and which is the best way to go about it. Thanks for any help. Edited Tuesday at 02:30 PM by Richie1209 Quote Link to post Share on other sites
Barand 1,617 Posted Tuesday at 02:35 PM Share Posted Tuesday at 02:35 PM (edited) You can store images in a database but it's not advised. Best way is store the image file in the file system and store the image location and metadata in the database. Edited Tuesday at 02:37 PM by Barand Quote Link to post Share on other sites
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.