'; $file_edit = fopen('./lib/data/users.php', 'r+'); fseek($file_edit, -3,SEEK_END); fwrite($file_edit, $new_user_information); fclose($file_edit); } header('Location: index.php'); } break; } } ?>