Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
public_html
/
✏️
Editing: view_students_nurse_mid.php
<?php session_start(); $user = $_SESSION['username']; $log = $_SESSION['Students']; if ($log != "log"){ header ("Location: login.php"); } ?> <html> <head> <title> Library System </title> <link rel = "stylesheet" type = "text/css" href = "css/style.css"/> <style> #page a { padding:8px 16px; border:1px solid #ccc; color:#333; font-weight:bold; } </style> </head> <body > <div id = "container"> <?php include 'header.php'; ?> <div id = "main_part"> <div class = "navbar"> <ul> <li><a href = "member.php"><img src = "images/home.gif" style="margin-right:3px; background:white;">Home</img></a></li> <li></li> <li><a href = "changepassm.php"><img src = "images/my_account.png" style="margin-right:3px;">Update password</img></a></li> <li><a href = "index.php"><img src = "images/logout.png" style="margin-right:3px;">Logout</img></a></li> </ul> </div> <div style = "margin-left:40px; margin-top:20px;"> <form action = "medical_search.php" method = "get"> <input type = "text" name = "k" size="50" value = "" style = "padding:6px; margin-left:18px;border:2px solid black;"/> <input type = "submit" value ="search" style = "padding:6px;"/> </form> </div> <?php include 'sql.php'; include'includes/view_students_nurse_mid.php'; ?> </div> </div> </body> </html>
💾 Save
❌ Cancel