
php博客开发
文章平均质量分 71
nyingchix
这个作者很懒,什么都没留下…
展开
-
博客程序开发历程【2】-[会员系统-会员注册]{附源码}
html代码html_login_fns.php原创 2014-07-22 20:23:06 · 849 阅读 · 0 评论 -
博客程序开发历程【7】-[会员系统-注销登录]{附源码}
logout.php<?php session_destroy(); setcookie("username","",time()-1); header("location: ?");?>原创 2014-07-22 21:04:10 · 415 阅读 · 0 评论 -
博客程序开发历程【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 · 910 阅读 · 0 评论 -
博客程序开发历程【5】-[附phpmailer]{附源码}
phpmailer是一个开源邮件类。mail_config.php转载 2014-07-22 20:48:25 · 3073 阅读 · 0 评论 -
博客程序开发历程【4】-[会员系统-找回密码]{附源码}
html_login_fns.phpfunction display_findpwd_form(){?> <input class="inputtext" id="inputtext" type="text" name="uid" placeholder="会员账号"原创 2014-07-22 20:41:22 · 987 阅读 · 0 评论 -
博客程序开发历程【3】-[会员系统-登录验证]{附源码}
function display_login_form() {?> <input class="inputtext" id="inputtext1" type="text" name="uid" placeholder="邮箱/会员帐号" autof原创 2014-07-22 20:36:41 · 960 阅读 · 1 评论 -
博客程序开发历程【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 · 504 阅读 · 0 评论 -
博客程序开发历程【1】-[起始]{附源码}
开发环境:PHP Version 5.4.12原创 2014-07-22 20:05:30 · 438 阅读 · 0 评论