SIMPLE IS ALWAYS BETTER
if (isset($_POST['fieldname'])) { $names = $_POST['fieldname']; } foreach ($names as $value ) { echo "$value" ; }
No comments:
Post a Comment