自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 收藏
  • 关注

原创 博客程序开发历程【7】-[会员系统-注销登录]{附源码}

logout.php<?php session_destroy(); setcookie("username","",time()-1); header("location: ?");?>

2014-07-22 21:04:10 395

原创 博客程序开发历程【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 489

原创 博客程序开发历程【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 897

转载 博客程序开发历程【5】-[附phpmailer]{附源码}

phpmailer是一个开源邮件类。mail_config.php

2014-07-22 20:48:25 2953

原创 博客程序开发历程【4】-[会员系统-找回密码]{附源码}

html_login_fns.phpfunction display_findpwd_form(){?> <input class="inputtext" id="inputtext" type="text" name="uid" placeholder="会员账号"

2014-07-22 20:41:22 933

原创 博客程序开发历程【3】-[会员系统-登录验证]{附源码}

function display_login_form() {?> <input class="inputtext" id="inputtext1" type="text" name="uid" placeholder="邮箱/会员帐号" autof

2014-07-22 20:36:41 931 1

原创 博客程序开发历程【2】-[会员系统-会员注册]{附源码}

html代码html_login_fns.php

2014-07-22 20:23:06 822

原创 博客程序开发历程【1】-[起始]{附源码}

开发环境:PHP Version 5.4.12

2014-07-22 20:05:30 422

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除