mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
12 lines
129 B
PHP
12 lines
129 B
PHP
<?php
|
|
|
|
|
|
|
|
$enroll_no=$_POST['enroll_no'];
|
|
setcookie('enroll_no',$enroll_no, time() + (86400 * 30), "/");
|
|
|
|
|
|
|
|
|
|
|
|
?>
|