background image

           基于 PHP

           

的多用户博客系统的设计

1     

页 共

25 页

基于

PHP的多用户博客系统的设计

【摘要】随着互联网技术的高速发展,生活节奏的加快,博客被越来越多的人选

择作为学习和交流的工具。博客的内容丰富多彩,有对其他网站的超链接和评论

有个人构思,还有新闻日志、照片、诗歌和散文等。博客具有自主性、开放性、互动

性和共享性的特点,是一个很好的交流的渠道,思想展现的舞台和学术探讨的

园地。本系统是一个实用的个人博客网站,集博客、评论、图片上传于一身。未注

册用户

(访客)可以浏览文章,发表评论。也可以通过注册成为该系统的注册用户,

注册用户可以管理自己的博客、评论,同时还可以发表新日志,上传图片等。

【关键词】博客;日志;评论

The Design and Implementation of Blog Based on PHP

Abstract  

With  the  extensive  application  of  the  Internet,  dynamic  web  technology  has 

emerged.  This  text  describes  the  application  of  PHP  technology  and  development  the  blog 

system.Blog system is mainly to provide users with published articles, browse articles, and other 

functions , Users  can  express  themselves  by  some  articles  and  with  other  netizens  to  conduct 

exchanges. Blog system of the main article on the digital management, information, intelligence, 

is  to  break  the  way of Released  an article by  traditional  newspapers and magazine published ,it 

make a new way to try.The system is designed by PHP technology, backstage adoption MySQL 

database.In this text,it analysis the blog system by feasibility and the demand of the user. Under 

the modular theory, planning and design of the system functional modules; In the database design, 

a  detailed  description  of  the  database  structure  and  database  integrity,  security  measures; 

Programming is  used  object-oriented  programming  design,  system design  ideas, background  for 

the future and function of the program in detail; System testing, Analysis of the specific course of 

testing the key issues and proposed solutions to achieve system function. Finally, the system in an 

objective, comprehensive evaluation, as well as further improvements made.

Key words 

Blog;PHP;MySQL

    

1