OK So I have two checkboxes with the same name having two different values. If I check both of them it only displays the value of the last one instead of the value of both of them.
How can I make it display both.
BTW I am using this algorithm to display values:
foreach($_POST as $key =>...
I am trying to write a PHP script that takes a string of comma separated numbers and sorts it in reverse order.
I don't at all understand how I am supposed to print these numbers separately.
All I know is how to get them to a variable with $_POST['numbers'].
Any advice or hints are much...