I can't seem to figure this out. I have a listbox, which is populated by a database and is a multi-select box. How do I get the multiple values? I'm trying to put them into a text line separated by ~. So, if a user selects A, B, C the $_POST['test'] (or $NewTest) will equal A~B~C~.