group_name = $_POST['groupName']; $group->group_amount = $_POST['groupAmount']; $group->game_jam_id = $_POST['gameJamId']; $group->save(); header("location: ../../../Frontend/index.html?success=YouHaveUpdated"); exit(); } }else{ header("location: ../../../Frontend/index.html?error=CouldNotUpdate"); exit(); } }else{ header("location: ../../../Frontend/index.html?error=NotLogin"); exit(); }