标签:ack post sse cat mysql val detail head div
<?phpinclude(
‘db_con.php‘
);
if
(isset(
$_POST
[
‘save‘
]))
{
$employee_id
=
$_POST
[
‘employee_id‘
];
$username
=
$_POST
[
‘username‘
];
$password
=
$_POST
[
‘password‘
];
$emp
=(" insert into user(username,password,birthdate)
values(
‘$username‘
,
‘$password‘
,
‘$birthdate‘
)");
$mysqli
->query(
$emp
);
header(
"location:family_background_details.php?id="
.
$employee_id
.
""
);
标签:ack post sse cat mysql val detail head div
原文地址:https://www.cnblogs.com/yoyo123/p/9592037.html