PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
kind folks - i'm still learning this wonderful language but have an issue i need to overcome a little more quikly than i can do myself - these are the ways i learn this stuff anyway...
i need to turn these radio buttons into dropdowns, can someone please get me started so i can see what needs to be done? --->
is the part of the code that generates the radio buttons.
One difference between radio buttons and dropdowns is that radio buttons are grouped by having the same name while dropdowns are encapsulated by an element that carries the name-property.
Instead of
right - thanks, i see - i was actually very close in my efforts; i knew i had to get part of the code within the select because i was repeating an entire select for each choice instead of getting the options to repeat... thanks for your help.