how can i store this array into a session and use sessions to move the elements inside the array up/down/left/right diagonally
$board = array(A B C D E F G H
You store it in a session like
As for manipulation, it is just a normal array. You can work with it like any other array.