I have a form with five text fields that gets sent to another php page for handling. What I need is to assign all five values ($w_nbrs1, $w_nbrs2, $w_nbrs3, $w_nbrs4, $w_nbrs5) from the form to a single variable ($w_nbrs). How do I do that?
that did not work.
$w_nbrs = echo "$w_nbrs1,$w_nbrs2,$w_nbrs3,$w_nbrs4,$w_nbrs5";
please help
thank you