mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-19 17:52:25 +03:00
12 lines
233 B
PHP
12 lines
233 B
PHP
<?php
|
|
|
|
include 'warnScript.inc.php';
|
|
|
|
$enroll_num = $_REQUEST['enroll_no'];
|
|
$teacher_id = $_REQUEST['teacher_id'];
|
|
$course_id = intval($_REQUEST['course_id']);
|
|
|
|
warnButtonMessage($enroll_num,false,$teacher_id,$course_id);
|
|
|
|
?>
|