KMiller
12-11-04, 08:33 PM
And that one other person is being humbly asked to help me with PHP for my website for artwork, etc. Before I state my request, though, I would just like to point out that I learned web design before PHP was in use, so I never learned it. I'm kind of having to teach myself, for that reason.
I'm trying to get it so I can change variables by choosing something on a drop down box, so people can view thumbnails of my artwork by simply drag-dropping a box...
What I want to do is simply set it so in one field (using tables to organize) it has
disp $dispthumb
and $dispthumb = $thumb[filename]
And of course we set $img[filename] by choosing a dropdown box which has (dun dun dun) the filenames. Choose the filename, the input for the form sets [filename], and that sets $thumb[filename] so that they can view the image thumbnail. Then I just set that up so the thumb links to the bigger version, and ahah! Victory!
Now, my problem is therefore in getting the dropbox to set [filename] so that the code works.
Alternatively, we could use links that set it, but I think the dropbox is sleekest...
If you can, please IM or YIM me, or catch me in the chat, when you reply, because chances are I'm going to screw it up the first couple times and need more help, LOL
I'm trying to get it so I can change variables by choosing something on a drop down box, so people can view thumbnails of my artwork by simply drag-dropping a box...
What I want to do is simply set it so in one field (using tables to organize) it has
disp $dispthumb
and $dispthumb = $thumb[filename]
And of course we set $img[filename] by choosing a dropdown box which has (dun dun dun) the filenames. Choose the filename, the input for the form sets [filename], and that sets $thumb[filename] so that they can view the image thumbnail. Then I just set that up so the thumb links to the bigger version, and ahah! Victory!
Now, my problem is therefore in getting the dropbox to set [filename] so that the code works.
Alternatively, we could use links that set it, but I think the dropbox is sleekest...
If you can, please IM or YIM me, or catch me in the chat, when you reply, because chances are I'm going to screw it up the first couple times and need more help, LOL