ChompGator Posted May 24, 2008 Share Posted May 24, 2008 Hello, Im working on a project, and I need some help/recommendations on how to do this: The final project will allow an Administrator > To Select an Award from an list of awards for Employees > And then in the Employee's Profile - The Award will be displayed for the employee to see. Is there a way to store images in some type database and call the image when needed. Or would the easiest way be put the images in a folder on a server - and call them when necessary.... Link to comment https://forums.phpfreaks.com/topic/107127-images-in-mysql-databases/ Share on other sites More sharing options...
BlueSkyIS Posted May 24, 2008 Share Posted May 24, 2008 store the image path/name, not the image. Link to comment https://forums.phpfreaks.com/topic/107127-images-in-mysql-databases/#findComment-549209 Share on other sites More sharing options...
minidak03 Posted May 24, 2008 Share Posted May 24, 2008 store the image path/name, not the image. This is the best way store the image path in the database and then just store the image in a folder somewhere. Link to comment https://forums.phpfreaks.com/topic/107127-images-in-mysql-databases/#findComment-549244 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.