If I have a multi-select option on a form (and the selections are populated with PHP from an SQL table) can I still use an array to hold the selections for use later?

This is something like I'm hoping to accomplish: http://www.trans4mind.com/personal_d...ultiSelect.htm

I just have to figure out how to make it work with my code.