morteza_ipo 0 Junior Poster in Training

Hello!

I made a code with php!
In this code my program gets many recodes and with a loop that generate form tag!
And this tag have a loop again for generating select box with many options!
That options value is image file name.
And in this forms have a img tag and name of that is name+loopvalue !
example:name$i
means : name1 , name2 ,....

So, I want a first value of options of form for showing that image in img tag for form individually!

This is a shopping cart part!


Thanks a lot for giving helps!