Skip to content

Bootstrap+AJAX+PHP+MySQL搭建的简单个人博客

License

Notifications You must be signed in to change notification settings

lxm6/PHP_MyBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP个人简单博客

前段时间心血来潮学了一个星期的PHP知识,打算通过做一个项目来巩固和掌握一下学过的知识,所以决定做一个简单的PHP个人博客,大概用了一个星期的时间做好了这个博客。

这个博客主要是面对个人的,所以功能比较简单。主要有:

  1. 用户的登录
  2. 修改个人资料
  3. 修改密码
  4. 编辑博文
  5. 修改博文
  6. 删除博文
  7. 搜索博文
  8. 增删改查博文分类
  9. 根据分类查看对应博文
  10. 点赞博文
  11. 还有浏览量的排行
  12. 点赞的排行 差不多就是这些。

接下来就是展示下界面和具体功能了:

登录界面

image

后台主界面

image

前台主界面

image

添加博文

image

修改博文

image

修改个人资料

image

修改密码

image

点赞

image

image

前台的显示:

image

分类查看博文

image

分类的设置

image

About

Bootstrap+AJAX+PHP+MySQL搭建的简单个人博客

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.7%
  • Hack 1.3%