Simple Weibo System Based on PHP

One project introduction

PHP-based simple microblogging system
php+mysql+apache development,
suitable for novice practice
Can be built under phpstudy, there are complete sql files and configuration files, fast deployment in three minutes!

Two main functions

1 Register/log in to Weibo
2 Personal Center (modify personal information, check my followers, my fans, my Weibo)
3 Post Weibo (@, emoticons, pictures, <=140 words)
4 Search Weibo (based on Fuzzy query)
5 like, follow, comment, favorite

Three system interfaceInsert picture description here

Insert picture description here

Four system source code

Insert picture description here
1 Create a mysql database and
import weibo.sql
2 Modify the database configuration file
connect/config.php

Five FAQ

 

Guess you like

Origin blog.csdn.net/zl17822307869/article/details/112515248
Recommended