📅  最后修改于: 2022-03-11 14:54:31.545000             🧑  作者: Mango
insert($_POST['user_name'], $_POST['password'], $_POST['name'], $_POST['address'], $_POST['contact_no'], $_POST['about']);
header('location:index.php');
}
?>