Files
BPIT-ATTENDANCE/shubham/html/authenticate.php
2024-06-03 16:43:53 +03:00

12 lines
129 B
PHP

<?php
$enroll_no=$_POST['enroll_no'];
setcookie('enroll_no',$enroll_no, time() + (86400 * 30), "/");
?>