mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
12
shubham/html/authenticate.php
Normal file
12
shubham/html/authenticate.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
$enroll_no=$_POST['enroll_no'];
|
||||
setcookie('enroll_no',$enroll_no, time() + (86400 * 30), "/");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user