I have a users table and I want to create a switch for status that someone can click on and it changes the user from active to inactive. I have the programming working correctly from that standpoint; however, for some reason, all of my users are getting the same user information, which happens to be the last user in my results. I need a way to specify to pull the data from the actual row it's on, not the last row in my results. Here is my current code I'm using:
How do I get the data from the row I'm currently on?
Thanks so much!
Jordon