Link from Master page to Details page only shows first record
Hi,
Could someone please tell me how to fix this problem:
I have master page that lists all my users, and I have links beside them to take them to the specific user details. However, the links from all the other records will only show details for the first record.
This is the link that is supposed to take me to the details page:
<a href="patientlist2.php?Patient_id=<?php echo $row_rsPatients['Patient_id']; ?>"><?php echo $row_rsPatientlist['Patient_id']; ?></a>
I am experiencing the same problem when trying to update records, only the first record will show up.
I'd appreciate any help.
Thank you
