PHP development... LOGIN

PHP development simple post bar project introduction

The main effects of the project are as follows

Tieba homepage

    php中文网贴吧   
  
php中文网贴吧
今天的雾霾真大
我是阿神
11-19 09:22
浏览:4
回复: 2
date()函数怎么使用啊,我总是写不对
晴子
11-18 11:52
浏览:113
回复: 0
想问下大家都是怎么样配置环境的
我是阿神
11-18 11:37
浏览:317
回复: 2

Main functions achieved:Post display, popular post display, post posting

Tieba details page

   php中文网贴吧   
  
php中文网贴吧
1楼
晴子 11-18 11:36
各位大神给些意见啊
2楼
我是阿神 11-18 11:39
我也在学,大家一起加油啊
3楼
admin 11-19 11:23
认真去学会有收获的
回复内容:


Main functions:Post detailed content display, reply Post

There are also some small functions, we will introduce them one by one later

Note: Before studying this course, I hope you have already studied it The other two courses on our website

#This course uses some of the procedures such as login, registration, paging, etc.

The folder mainly contains the following files:

Public files

  • config.php: Database configuration information

  • connect.php: Database link

  • ##function.php: Custom public function

  • paging.php:Paging program

Login registration file

  • home_register.php : Registration page

  • home_regcheck.php : Registration processing page

  • home_login.php : Login page

  • home_logincheck.php: Login processing page

  • home_exit.php: Exit program

##Project homepage file

    home_index.php:Tieba homepage
  • home_publish.php:Posting page
  • home_publish_handle.php: Post handler
Project details page file

    home_details.php: Post details page
  • home_reply.php: Post reply program
  • Let’s start building our project from scratch.
Next Section
php中文网贴吧
php中文网贴吧
今天的雾霾真大
我是阿神
11-19 09:22
浏览:4
回复: 2
date()函数怎么使用啊,我总是写不对
晴子
11-18 11:52
浏览:113
回复: 0
想问下大家都是怎么样配置环境的
我是阿神
11-18 11:37
浏览:317
回复: 2
submit Reset Code
Chapter Courseware