update table with radio button

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!

Moderator: General Moderators

Locked
freddyvorhees
Forum Newbie
Posts: 3
Joined: Mon Aug 02, 2010 9:02 am

update table with radio button

Post by freddyvorhees »

this is what im trying to do;
ill loop the rows in my table and the radio buttons beside them;
the user will have to choose the row to update using the radio button;

my problem is how do i retrieve the index of the row selected using the radio button.
I can't individualy set the value for the radio buttons cause im using a loop.

any suggestions? thank you.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: update table with radio button

Post by Benjamin »

:arrow: Duplicate = Locked
Locked