Good afternoon everyone. I have a question on how to obtain and save the values of $ _SESSION especially I just want an id that brings. I put these lines of code of how I see what you have:
$userLog = $_SESSION['usuario'];
dd($userLog); //Con esto se imprime todo lo que contiene el array
And this comes out:
I only want the number that has PK_USER, in this case the 82, but I do not know how to do it to save the value in a variable. What would be the form?