gpt4 book ai didi

php - 当数据相似时不向数据库插入值

转载 作者:行者123 更新时间:2023-11-29 02:53:23 25 4
gpt4 key购买 nike

我正在开发薪资系统。管理员能够成功保存这些 data but when an employee ID, which is already in the database, is selected, it is not added to the database.这是我的代码:

$sql = "INSERT INTO payroll VALUES('$id','$period','$paidDays','$hourlyRate','$hoursworked','$overtime','$overtimePay', '$undertime','undertimePay','$sss','$philHealth','$pagibig','$OtherDeductions','$tax','$grossPay','$netPay')";

我需要解决这个问题才能做员工的工资历史。

请注意此代码有效。只是在输入相似员工时,并没有添加到数据库中。谢谢!

编辑:这是 table structure

最佳答案

看你的表结构,Id必须是PRIMARY KEY 所以当你选择已有的id时不能添加。
由于主键不可复制,所以如果要有那个过程,就必须改变结构。

关于php - 当数据相似时不向数据库插入值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33228152/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com