上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页
摘要: <?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-21 19:42 王昊宁 阅读(28) 评论(0) 推荐(0) 编辑
摘要: <?phperror_reporting(0); //数据库链接文件$host='127.0.0.1:5306';//数据库服务器$user='root';//数据库用户名$password='251233';//数据库密码$database='hzp';//数据库名$conn=@mysql_con 阅读全文
posted @ 2021-05-20 17:41 王昊宁 阅读(54) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML XMLNS:CC><HEAD><TITLE>支付宝 - 网上支付 安全快速!</TITLE><META http-equiv=Content-Type conten 阅读全文
posted @ 2021-05-19 17:39 王昊宁 阅读(38) 评论(0) 推荐(0) 编辑
摘要: <html><head><title>化妆品销售网站</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css"><!--body { margin-left: 0 阅读全文
posted @ 2021-05-18 18:33 王昊宁 阅读(29) 评论(0) 推荐(0) 编辑
摘要: <html><head><meta http-equiv="content-type" content="text/xml; charset=utf-8" /><title>My97DatePicker</title><script type="text/javascript" src="confi 阅读全文
posted @ 2021-05-17 19:32 王昊宁 阅读(40) 评论(0) 推荐(0) 编辑
摘要: body { background-color: #FFFFFF; font-family:"宋体"; font-size: 12px; line-height: 16px;}A:link { color: #2f2f2f; text-decoration: none;}A:visited { co 阅读全文
posted @ 2021-05-14 17:31 王昊宁 阅读(40) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><head> <meta charset="UTF-8"> <title></title> <script> function doDel(id) { if (confirm("确定要删除么?")) { window.location = 'act.php?action 阅读全文
posted @ 2021-05-13 17:29 王昊宁 阅读(32) 评论(0) 推荐(0) 编辑
摘要: <html><head> <meta charset="UTF-8"> <title>学生信息管理</title></head><body><center> <?php // .连接数据库 try{ $pdo = new PDO("mysql:host=localhost;dbname=test;" 阅读全文
posted @ 2021-05-12 17:27 王昊宁 阅读(39) 评论(0) 推荐(0) 编辑
摘要: <html><head> <title>添加</title></head><body><center> <form id="addinfo" name="addinfo" method="post" action="act.php?action=1"> <table> <tr style="back 阅读全文
posted @ 2021-05-11 17:26 王昊宁 阅读(24) 评论(0) 推荐(0) 编辑
摘要: <?php//操作数据的增删改update// .连接数据库try { $pdo = new PDO("mysql:host=localhost;dbname=test;", "root", "251233");} catch (PDOException $e) { die("数据库连接失败" . 阅读全文
posted @ 2021-05-10 18:25 王昊宁 阅读(35) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 23 下一页