$_POST['name'], 'email' => $_POST['email'], ]; $students[] = $new_student; file_put_contents('data/students.json', json_encode($students, JSON_PRETTY_PRINT)); header('Location: students.php'); exit; } ?>