Need help with student info please!!!

Re: Need help with student info please!!!

by Barry Oosthuizen -
Number of replies: 0
Hi Deborah,

What happens when you add this after your code?

foreach ($students as $student) {
// do something with $student->id
// e.g.
echo $student->id;
}

If that gives lots of student id numbers you've got it.

Have a look at the page source to see how the student id is added to the radio buttons. I think the student ids are in square brackets []


Cheers,

Barry