<!doctype html> <html> <head> <meta charset="utf-8"> <title>ระบบรับสมัครสอบ</title> <!-- Bootstrap core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!-- Custom styles for this template --> <link href="css/modern-business.css" rel="stylesheet" type="text/css"> </head> <body> <!-- Navigation --> <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark fixed-top"> <div class="container"> <a class="navbar-brand" href=""><strong><span lang="TH"> ระบบรับสมัครสอบแข่งขัน</span></strong><strong> <span lang="TH"></span></strong></a> <div class="collapse navbar-collapse" id="navbarResponsive"> <ul class="navbar-nav ml-auto"> <li class="nav-item active"></li> <li class="nav-item"></li> </ul> </div> </div> </nav> <!-- Page Content --> <div class="container"> <img src="images/pk.png" class="rounded mx-auto d-block" alt="ru"> <div class="text-center"> <?php date_default_timezone_set("Asia/Bangkok"); $date = date("d-m-Y h:i:s"); $date1 = date("Y-m-d h:i:s"); //echo $date; $dateapp = date("d")."-".date("m")."-".(date("Y")+543); $dateapp11 = (date("Y")+543)."-".date("m")."-".date("d"); $timeapp =date("h:i:sa"); //echo ("<br>"."dateapp".$dateapp); //echo ("<br>"."timeapp".$timeapp); $dateapp1="2567-02-17"; $dateapp2="2567-03-02"; //echo ("<br>"."timeapp".$dateapp1); if (($dateapp11 >= $dateapp1) and ($dateapp11 <= $dateapp2) ) { //echo("Yes"); header('Location: https://spfin.ru.ac.th/application/admission/appemployee/insertappem.php'); }else{ // echo("No"); if ($dateapp11 >$dateapp2){ // header('Location: https://spfin.ru.ac.th/registerphd/registerclose.php'); echo($date); echo($date1); echo($dateapp); echo($dateapp2); ?> <p class="text-center"><h3 align="center"> <br> ขณะ นี้ ระบบรับสมัครสอบแข่งขันปิดรับสมัครแล้วครับ</h3></p> <img src="../../images/ap.png" alt="ru"> <p class="text-center"> <h3>สามารถ login เพื่อเข้าตรวจสอบข้อมูล <a href="login/index.php">...Click...</a></h3></p> <?php }else{ //header('Location: https://spfin.ru.ac.th/registerphd/register.php');?> <p class="text-center"><h3 align="center"> <br> ขณะ นี้ ระบบรับสมัครสอบแข่งขันยังไม่เปิด<br> จะเปิดรับสมัคร วันที่ 17 กุมภาพันธ์ 2567 ถึง วันที่ 02 มีนาคม 2567 </h3></p> <img src="../../images/ap.png" alt="ru"> <?php } } ?> </div> </div> <!-- /.container --> <!-- Footer --> <footer class="py-5 bg-dark"> <div class="container"> <p class="m-0 text-center text-white">Copyright © งานพัฒนาระบบสารสนเทศด้านงานคลัง มหาวิทยาลัยรามคำแหง </p> </div> <!-- /.container --> </footer> <!-- Bootstrap core JavaScript --><script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> </body> </html>