- 博客(8)
- 收藏
- 关注
原创 博客程序开发历程【7】-[会员系统-注销登录]{附源码}
logout.php<?php session_destroy(); setcookie("username","",time()-1); header("location: ?");?>
2014-07-22 21:04:10
414
原创 博客程序开发历程【6】-[会员系统-密码重置]{附源码}
resetPwd.php<?php if (!defined('IN_BLOG')){ echo "access violations"; echo ''; exit(); } get_paper('header'); if (!isset($_SESSION['uid'])){ header("location: ?file=member&action=login"
2014-07-22 21:01:09
502
原创 博客程序开发历程【6】-[会员系统-设置中心]{附源码}
style.css@CHARSET "UTF-8";body { margin:0; padding:0; font-family:"Hiragino Sans GB","Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体";}p{ margin:0;}a{ text-decoration:none;}ul
2014-07-22 20:58:13
909
原创 博客程序开发历程【4】-[会员系统-找回密码]{附源码}
html_login_fns.phpfunction display_findpwd_form(){?> <input class="inputtext" id="inputtext" type="text" name="uid" placeholder="会员账号"
2014-07-22 20:41:22
985
原创 博客程序开发历程【3】-[会员系统-登录验证]{附源码}
function display_login_form() {?> <input class="inputtext" id="inputtext1" type="text" name="uid" placeholder="邮箱/会员帐号" autof
2014-07-22 20:36:41
959
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人