为您找到约 20 条结果,搜索耗时:0.0057秒

图书管理系统

...件中admin开头的为管理员功能,reader开头的为读者功能。index.php为登陆页面。mysqli_connect.php为数据库连接文件。如何使用下载本系统压缩包并解压至服务器www目录下。将sql文件导入数据库。在本系统mysqli_connect.php文件中配置数据...

管理面板的用户注册和登录以及用户管理系统

...} else { $_SESSION['action1']="*Invalid username or password"; $extra="index.php"; echo "<script>window.location.href='".$extra."'</script>"; exit(); } } ?> <!DOCTYPE html> <html lang="en">   <head>     <meta charset="utf-8"> ...

投诉管理系统

...hp'); if(strlen($_SESSION['alogin'])==0)  {  header('location:index.php'); } else{ date_default_timezone_set('Asia/Kolkata');// change according timezone $currentTime = date( 'd-m-Y h:i:s A', time () ); if(isset($_POST['submit'])) { $sql=mysqli_query($con,"SELECT password FROM&...

在线课程注册

...SESSION['pcode'])==0)     {   header('location:index.php'); } else{ if(isset($_POST['submit'])) { $studentregno=$_POST['studentregno']; $pincode=$_POST['Pincode']; $session=$_POST['session']; $dept=$_POST['department']; $level=$_POST['level']; $course=$_POST['co...

PHP和Mysql中的租车项目

...fig.php'); if(strlen($_SESSION['login'])==0)   { header('location:index.php'); } else{ ?><!DOCTYPE HTML> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> ...

购物门户项目

...SESSION['login'])==0)     {   header('location:index.php'); } else{ // Code forProduct deletion from  wishlist  $wid=intval($_GET['del']); if(isset($_GET['del'])) { $query=mysqli_query($con,"delete from wishlist where id='$wid'"); } if(isset($_GET['ac...

血库和献血者管理系统

...bsp;  .navbar-toggler {         z-index: 1;     }         @media (max-width: 576px) {         nav > .container {          &nb...

具有邮件功能并在数据库中存储数据的联系表

...想了解更多请下载附件。现在为用户输入创建一个HTML。 index.php<form name="ContactForm" method="post"> <h4>your name</h4> <input type="text" name="name" class="user" placeholder="Johne" autocomplete="off" required> <h4>your phone number</h4&gt...

PHP和MySql中的新闻项目

...orting(0); if(strlen($_SESSION['login'])==0)   { header('location:index.php'); } else{ if(isset($_POST['submit'])) { $category=$_POST['category']; $description=$_POST['description']; $status=1; $query=mysqli_query($con,"insert into tblcategory(CategoryName,Description,Is_Active) val...

学生成绩管理系统

...)     {       header("Location: index.php");     }     else{ if(isset($_POST['submit'])) { $subjectname=$_POST['subjectname']; $subjectcode=$_POST['subjectcode']; $sql="INSERT INTO  tblsubjects(SubjectName,Subject...

微信捐赠

微信扫一扫体验

立即
上传
返回
顶部