I have created a php form and am displaying some html which includes radio buttons. The form takes information from a database then displays it in a list in the form and in the while loop that does this it displays radio buttons next to each data item. I can get this to disply everything ok but im not sure how i would go about naming each radio button differently within the loop so they can be called on the following form individually. could someone please advise me on the best approach for this.
In the next form i also need to read these values in one at a time for each record, is the best way to do this with another while loop?
thanks
In the next form i also need to read these values in one at a time for each record, is the best way to do this with another while loop?
thanks