Is there a gallery/catelog script that reads images from a folder?

Discussion in 'JavaScript' started by Bally12345, Apr 10, 2008.

  1. #1
    I need to create a online gallery/catelog but have about 400 products that need to be displayed... Is there a easy way of doing this with use of a javascript?

    What I was thinking of was something like a script that reads a folder and displays .jpg on a html page automatically... So then all I have to do is enter a description underneath is that possible?

    Any help would be highly appreciated :)
     
    Bally12345, Apr 10, 2008 IP
  2. Dade72

    Dade72 Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I myself would use either php or asp to read the images from a database, but if you don't want to do that I would suggest using the database for the product with an url location for the image, and from there get either php or asp to read that along with the product you want to display
     
    Dade72, Apr 10, 2008 IP