$MEMBERSHIP_LINES) array_shift($data); break; } #### # II. Add the line at the end. array_push( $data, sprintf( "[%s:%s] %s %s : %s", date("H"), date("i"), $_POST['firstname'], $_POST['lastname'], $_POST['action']." the group." ) ); #### # II. Now dump the array to the file. atomized_put_contents( "membership.log", implode( PHP_EOL, $data ) ); ?>