文章分类 -  php

摘要:echo "<script>alert('登录失败');history.back();</script>" 阅读全文
posted @ 2017-12-25 19:50 彬斌宾 阅读(47) 评论(0) 推荐(0)
摘要:<?php session_start();if (isset($_COOKIN["name"])) { header("Location:../index.php"); } else{ ?><!DOCTYPE html> <html lang="zh-cn"><head> <meta http-e 阅读全文
posted @ 2017-12-25 11:21 彬斌宾 阅读(145) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="../js/jquery.js"></script> </ 阅读全文
posted @ 2017-12-25 11:18 彬斌宾 阅读(65) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script type="text/javascript" src="../js/jquery.js"></script> </ 阅读全文
posted @ 2017-12-25 11:17 彬斌宾 阅读(96) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head><script type="text/javascript" src="../js/jquery.js"></script><meta http-equiv="Content-Type" content="text/html; charset=U 阅读全文
posted @ 2017-12-25 11:15 彬斌宾 阅读(61) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head> <title></title></head><body><form action="ap.php" method="post" enctype="multipart/form-data"> <input type="file" name="sh 阅读全文
posted @ 2017-12-25 11:13 彬斌宾 阅读(63) 评论(0) 推荐(0)
摘要:<?php //设置session,必须处于脚本最顶部 session_start(); $image = imagecreatetruecolor(100, 30); //1>设置验证码图片大小的函数 //设置验证码颜色 imagecolorallocate(int im, int red, in 阅读全文
posted @ 2017-12-25 08:16 彬斌宾 阅读(73) 评论(0) 推荐(0)
摘要:<?phpinclude_once("conn/conn.php");$name=$_POST["name"];$password=$_POST["password"];$sex=$_POST["sex"];$college=$_POST["college"];$ban=$_POST["ban"]; 阅读全文
posted @ 2017-11-23 09:37 彬斌宾 阅读(101) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html><head><script type="text/javascript" src="js/jquery-1.11.3.min.js"></script><meta http-equiv="Content-Type" content="text/html; c 阅读全文
posted @ 2017-11-23 09:24 彬斌宾 阅读(403) 评论(0) 推荐(0)