Trouble accessing student_id
-
I need to access every student’s: student_id.
I thought:
$student->ID or $student->student_id
would be the correct way to obtain this attribute, but nothing is being returned so I am assuming that these were stored differently. Could you please give information on how to access the student_id from $student ?
<?php echo $student->ID?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Trouble accessing student_id’ is closed to new replies.