Thanks for the direction, but that doesn't quite fit my needs.
I'm trying to build the series
$_POST['checkbox1']
$_POST['checkbox2']
$_POST['checkbox3']
$_POST['checkbox4']
Is there a way to do it using content within loops like this?
$resultvar="checkbox".$num."";
$skills=$_POST['$resultvar'];
Would using variable variables help?