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!
Are these options just for the user and just at that moment? If so, you can probably just store the list in $_SESSION[]. If you want it stored permanently, you should instead use a database, or at least a text file so that the changes are persistent.
What is your end goal, and maybe I can guide you in the right direction.