PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
serialize() the array, put the resulting string into either a hidden form variable, or a $_SESSION variable, and then unserialize() it on the next page.