上一页 1 2 3 4 5 6 7 8 ··· 23 下一页
摘要: <?php//验证登陆信息session_start();include_once 'conn.php';//if($_POST['submit']){ $login=$_POST["login"]; $username=$_POST['username']; $pwd=$_POST['pwd']; 阅读全文
posted @ 2021-06-04 17:52 王昊宁 阅读(49) 评论(0) 推荐(0) 编辑
摘要: <?php include_once 'conn.php';?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt 阅读全文
posted @ 2021-06-03 17:52 王昊宁 阅读(32) 评论(0) 推荐(0) 编辑
摘要: <?phpsession_start();?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html 阅读全文
posted @ 2021-06-02 21:51 王昊宁 阅读(27) 评论(0) 推荐(0) 编辑
摘要: <?phpsession_start();include_once 'conn.php';?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401- 阅读全文
posted @ 2021-06-01 17:50 王昊宁 阅读(21) 评论(0) 推荐(0) 编辑
摘要: <?phpsession_start();if($_SESSION["username"]==""){ echo "<script>javascript:alert('对不起,请您先登陆!');window.close();</script>"; exit;}include_once 'conn.p 阅读全文
posted @ 2021-05-31 17:49 王昊宁 阅读(43) 评论(0) 推荐(0) 编辑
摘要: <?phpsession_start(); if($_SESSION["username"]=="") { echo "<script>javascript:alert('对不起,请您先登陆!');location.href='index.php';</script>"; exit; }includ 阅读全文
posted @ 2021-05-28 18:48 王昊宁 阅读(41) 评论(0) 推荐(0) 编辑
摘要: <?php session_start();include_once 'conn.php';?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 阅读全文
posted @ 2021-05-27 18:47 王昊宁 阅读(33) 评论(0) 推荐(0) 编辑
摘要: <?phpsession_start();include_once 'conn.php';$id=$_GET["id"];mysql_query("update xinwentongzhi set dianjilv=dianjilv+1 where id=$id");?><!DOCTYPE HTML 阅读全文
posted @ 2021-05-26 19:45 王昊宁 阅读(28) 评论(0) 推荐(0) 编辑
摘要: <?php $lb=$_GET["lb"];include_once 'conn.php';$ndate =date("Y-m-d");$addnew=$_POST["addnew"];if ($addnew=="1" ){ $content=$_POST["neirong"]; $sql="upd 阅读全文
posted @ 2021-05-25 19:24 王昊宁 阅读(32) 评论(0) 推荐(0) 编辑
摘要: <?php session_start();include_once 'conn.php';?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 阅读全文
posted @ 2021-05-24 20:43 王昊宁 阅读(28) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 23 下一页