Blog Web Application In PHP + MySQL - GitHub

Skip to content Dismiss alert {{ message }} / Blog-with-PHP-and-MySQL Public
  • Notifications You must be signed in to change notification settings
  • Fork 1
  • Star 6
  • Code
  • Issues 1
  • Pull requests
  • Actions
  • Projects
  • Security
  • Insights
Additional navigation options  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

12 Commits
contentcontent  
controllerscontrollers  
dbdb  
modelsmodels  
viewsviews  
.gitattributes.gitattributes  
.gitignore.gitignore  
.htaccess.htaccess  
README.mdREADME.md  
additional.txtadditional.txt  
config.phpconfig.php  
functions.phpfunctions.php  
index.phpindex.php  
View all files

Repository files navigation

  • README
Blog Web application in PHP + MySQL

Created for "Server-Side Programming" coure in University of Economics - Varna.

Academics:

Ivan Kuyumdzhiеv Ph.D Pavеl Pеtrov Ph.D

Project Specification

o Home o Showed the last 3 posts at the home page, ordered by date (from the most recent). o Showed also the last 5 post titles at the home page (as a sidebar) with a link to the post. o Showed [Login] and [Register] buttons (when no user is logged in). o Login o Login in the blog existing account (username + password). o Showed a success message after login or error message in case of problem. o Register o Registering a new user in the MySQL database (by username + password + full name). o Showed a success message after registration or error message in case of problem. o Logout o Logouted the current user. o This [Logout] button is available after successful login only. o View / Create / Edit / Delete Posts (CRUD Operations) o Logged in users are able to view all posts, create new post (by title + content) / edit post / delete post. o Posts are displayed in a table (one row for each post). At each row a link [Edit] and [Delete] should be displayed. o Createed post shows a form to enter the post data (title + content). Implemented field validation (non-empty fields are required). o Edit post fills its existing post data in a form and allows it to be edited. Implemented field validation. o Delete post shows the post to be deleted and asks for confirmation. o View All Users o Logged in users should be able to view all users (username + full name) in a table.

About

Designed and implemented a “Blog” Web application in PHP + MySQL.

Topics

javascript mysql blog php crud university apache economics varna

Resources

Readme

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

6 stars

Watchers

1 watching

Forks

1 fork Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • JavaScript 79.1%
  • CSS 10.9%
  • PHP 9.4%
  • HTML 0.6%
You can’t perform that action at this time.

Từ khóa » Blog Php Github