Jump to content

GAT

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

GAT's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. ok, im just trying to create a thumbnail gallery really. Im trying to get it working with one image first, I have set up a db called \"Kriminalyouth\" it has two tables \"thumbnails\" and \"Images\" images contains = Picture_ID, Picture_Area, Picture_Path thumbnails contains = Thum_ID, Thum_Area, Thum_Path I have set up an images and thums folder in \"htdocs\" with one image in each. Vase.jpg in images and vasethum.jpg in thums. Basically im not really sure where to start with the code to make this thumbnail work. I would really appreciate some ideas, and anny help......im still learning. Many Thanks People. GAT.
  2. yeh, i did think about having the thumb\'s all in the db too....because obviously their will be the same amount of thumbs as their will pics. BUT if im storing all the thumbs in the db, in the site ideally i would like about 30 on each page. so can you lets say have a 5x6 table (=30) and somehow have the thumbnails dynamicaly* put in the cells. Or would you have to put a path to the individual image in the db, in the cell. Also, (sorry please bear with me) can the thumbnails have their parent images links designated to them in the db. so no html has to be written. So, if you had a selection of thums on a page...and clicked on one it would go to its big image automatically. I think stage one for me is to create a db with a images folder and a thums folder with one of each in them, and try to get it to work fo just one image. thanks for your help and advice though
  3. ok, i undersand that i am to store the URL in the images folder. BUT where do i have the actual image folder....simply on the server? (or at the moment, its all running from htdocs folder. So just in there?) AND i want the images to work as thumbnails. So when a thumbnail is clicked on, what sort of code would be used to pull the image from the appropriate db? a query of some sort, but like i said im well ameture....so....i dont know. but thanks, its great to get some help
  4. Hello, I am going to create a graffiti database website. I have over 500 images that i wish to store in a MYSQL datbase. The images will be split into 10 or so sections according to the area their from. I heard it is better to store the image path rather than the image its self in the db, as loading time will be reduced. I also have myadmin, so this could make things easier. So basicaly i want to know how to set that database out?? what tables and fields would i need to produce what i outlined above? i basicaly want sections of thumbnails that link to their appropriate pictures on the DB. and for them to be pulled on to one universal page. any help anyone can give me will me much apreciated. As this is the first time i ever attempted using php-mysql.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.