I am trying to collect the values from multiple checkboxes into a string. If the user selects lets say 3 of the choices, how do i format them into a string like "AK,CA,CO,". Do I need to create an array first?
<form name="states" method="POST" action="<? $_SERVER['PHP_SELF']; ?>">...