So, i'm trying to insert usernames from an <input type=text" name="user"> into an array. But it doesn't work.
This works:
$username = array(username1, username2, username3);
foreach ($username as $value) {
etc etcThis doesn't (text box has the following in it - username1, username2...