Server IP : 2a02:4780:3:1378:0:3736:a38e:10 / Your IP : 3.138.123.118 Web Server : LiteSpeed System : Linux sg-nme-web1278.main-hosting.eu 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : u926327694 ( 926327694) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u926327694/domains/stjpuvjp.com/../smsoft.in/../stjpuvjp.com/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include "header.php"; ?> <style> html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } .column { float: left; margin-bottom: 16px; padding: 0 8px; } .form-check.form-check-inline { display:inline-block; margin-right:15px; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { top:5px; } [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { top:10px; } @media screen and (max-width: 700px) { .column { display: block; width:80%; } } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); } .container1 { padding: 0 16px; color:#000000; } .container1::after, .row::after { content: ""; clear: both; display: table; } .title { color: black; } </style> <div class="inner-banner blog"> <div class="container"> <div class="row"> <div class="col-sm-12"> <div class="content"><br> <h3 style="color:white">Result</h3> </div> </div> </div> </div> </div><br><br> <section class="generic-wrapper"> <div class="container"> <div class="apply-wrapper"> <form action="result.php" target="_blank" class="apply_form bg_dark_9 p-5" method="post"> <div class="row"> <div class="col-md-3"> <div class="form-group"> <label for="user_first_name">Student Reg No.*</label> <input type="text" class="form-control" placeholder="Reg. No." name="reg_no" required> </div> </div> <div class="col-md-3"> <div class="form-group"> <label for="user_first_name" style="width:100%;"> </label> <button type="submit" class="btn btn-primary btn-sm" style="padding: 6px 12px;border: none;" name="stadmission">Submit</button> </div> </div> </div> </form> </div> </div><br><br> </section> <?php include "footer.php"; ?> </body> </html> <?php if(isset($_POST['stadmission'])) { $reg_no=$_POST['reg_no']; echo"<script>window.location='https://smsoft.in/demo/student_management_system/pages/student-profile.php?key=".$reg_no."&code=stjpc';</script>"; } ?>