I need some help with PHP arrays.
I run a form, that sends this data:
$exposure = inputFilter($_POST['exposure']);
The value of EXPOSURE can either be: 1,2,3 or 4.
Each value (1,2,3 and 4) represents an exposure type. Example:
1 = micro
2 = mini
3 = standard
4 = extended
My question is how can I output this in an array?