Posts by Vini Souza • 7 points
1 post
-
-2
votes1
answer49
viewsQ: Place an array in a Session
Hello, I have an array with a lot of values I need to pass to a session, I’m trying this way: array_push($array_tabela ,$tabela); $_SESSION['tabela'] = $array_tabela; But the problem is when I take…