You can also do:
PHP Code:
$var4x6 = $_POST["{$varHolder}-4x6"];
I know sometimes concatenation loses the flow of the line. But yah, always remember, if a variable isn't working as intended, echo it out, echo out the variable name as a string, etc, to make sure you know what you're doing.