使用jquery列表允许用户单击元素并将其添加到数组中[关闭]

Im currently creating a system which allows a chef to enter in recipes, I use php to process the form and then to save it in XML format. However i need to do something like this

http://papermashup.com/jquery-list-filtering/

for my ingredient section, would it possible for users to search a ingredient and click it and then that adds it to an array? Which would then use PHP to store in my xml.

Really stuck and would love some help.

Check out the jQuery plug-in Chosen. Very easy to use and nice, elegant design without a lot of hassle. Then, upon submitting the form, you could append each selection in a multi-select into an array. I hope this is what you're looking for.