Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Webprogramming I. final assignment

NotificationsYou must be signed in to change notification settings

DorkArn02/blog_system_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Project description

This is a simple blog system in PHP in which you can create posts and comments. Before you start posting you must create a new account, then login with your username and password combination.

Database

In this project I used MySQL database. There are 3 tables in the database: posts, comments, users.

Users table:

Attribute nametype
id (PK)INT
usernameVARCHAR(255)
passwordVARCHAR(255)
emailVARCHAR(255)

Posts table:

Attribute nametype
id (PK)INT
titleVARCHAR(255)
descriptionTEXT
contentTEXT
user_id (FK)INT
createdDATE

Comments table:

Attribute nametype
id (PK)INT
contentTEXT
user_id (FK)INT
post_id (FK)INT
createdDATETIME

Project screenshots

image

image

image

image

image

Rich text editor

I used this rich text editor in my project:https://www.tiny.cloud/

About

Webprogramming I. final assignment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp