Php versions – How to Pass a PHP variable from foreach loop to MODAL that is outside the loop
I am working on a modal that should grab the user ID and the user's full name to display on modal's header. These are coming from php foreach loop. I need to grab the ID because I am going to…