我是php的初學(xué)者,我正在制作出勤系統(tǒng)的項(xiàng)目,但我不知道如何編碼學(xué)生每天一次的單日出勤。我沒有得到適當(dāng)?shù)慕Y(jié)果。提前致謝。<?phpinclude 'config.php'; if($_SESSION['user']==true){ if(isset($_POST['submit'])){ $sql= ("INSERT INTO `student_attendence`(`Student_id`,`Date`,`Attendence`) VALUES ('".$_SESSION['user']."','$date','$attendence') "); if(count($error)==0){ if(!mysqli_query($conn,$sql)){ echo "Error ".mysqli_error($conn); } else{ header("location:studentlogin.php"); } } } } else{ header("location:studentlogin.php"); }?>
每天一次的學(xué)習(xí)障礙賽出勤限制
人到中年有點(diǎn)甜
2022-09-17 17:39:00