I am trying to get the results from a form into the following format:
('first choice', 'second choice')
Basically, these are the results of a textbox. I want to have my variable
Basically I want to do something like:
$select = ('first choice', 'second choice')
How can I do this?