riceandfish Posted September 3, 2008 Share Posted September 3, 2008 Ok. I got a homework to do. I have 180 thumbnails of pictures I have created in photoshop. they are all the same size and now I want to display each thumbnail into a page. 2 column of thumbnails at 6 thumbnails each row. I would also like to make it a link so that the original size of a thumbnail displayes into a new window. And the there will be a next button at the bottom of the page to go through the rest of the thumbnails. How do I put this thumbnails into the database? I have created a database via phpmyadmin and I have one table there to hold the thumbnails but I have no idea how to actually put these pictures in there! I just need a jumpstart tutorials on how to do the above project or some helpful hint. I am sure this happens to a lot of beginners. They sit in front of the monitor trying to figure out how to start and where to start:) Please help!! Thanks phpfreaks. Quote Link to comment https://forums.phpfreaks.com/topic/122608-putting-thumbnails-into-database/ Share on other sites More sharing options...
riceandfish Posted September 6, 2008 Author Share Posted September 6, 2008 I guess nobody here really knows??? Quote Link to comment https://forums.phpfreaks.com/topic/122608-putting-thumbnails-into-database/#findComment-635265 Share on other sites More sharing options...
plimpton Posted September 8, 2008 Share Posted September 8, 2008 Generally you only store the path to the images in the database but you can create a binary column to put the data in, but that's much harder and slower to actually have the image data in the database Quote Link to comment https://forums.phpfreaks.com/topic/122608-putting-thumbnails-into-database/#findComment-636760 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.