in reply to Re: variables get overwritten (loop problem? i dunno)
in thread variables get overwritten (loop problem? i dunno)

the only person to use this script (ever) is me. so i dont particularly care for the security of it.. ;) however. having a submit button per each picture is something im trying to avoid.. the purpose of this script is for me to easily add pictures to my webpage. the way im planning to do is by putting the new pictures in the directory, and have this script generate the form for me. that way ill easily see the filenames of the new pics, and can add description/imagelocation etc to my database. having to press 60+ submit buttons per once is tedious.. wanted to have one at the bottom. ;)
  • Comment on Re: Re: variables get overwritten (loop problem? i dunno)

Replies are listed 'Best First'.
Re: Re: Re: variables get overwritten (loop problem? i dunno)
by gjb (Vicar) on Jan 04, 2003 at 09:00 UTC

    Okay, I've made an attempt to make the code easier to understand by cleaning it up. Now have a look at the HTML that is generated by this code and you'll see how to get at the information for those images that have been selected using the checkboxes.

    Hope this helps, -gjb-