📜  phplinit 配置 - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:31.545000             🧑  作者: Mango

代码示例1
insert($_POST['user_name'], $_POST['password'], $_POST['name'], $_POST['address'], $_POST['contact_no'], $_POST['about']);
    header('location:index.php');
}
?>