I am attempthing to write a script up that will reduce work load on website updates. This is what i wish to accomplish. Webpage which contains inventory with photos and description. Main page has thumbnail to click on to bring up a slideshow of photos withinformation below slideshow that is static. What i want to do is to store photos and a flat text file with the information to be brought in, as well as photos to be loaded and have the script place them in proper sequence and load them into slideshow. All photos and text files will be in a particular directory for that item. The script needs to be generic in that it is loaded upon a click on any photo. The photo being clicked on is the link to the directory where that information is stored. Can anyone direct me to a starting point or even a possible script already done that i can use to modify for what i want it to do? Thanks

In reply to Need some direction by barelahh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.