Jochemos / PHP-register-login-app

Project which I prepared with OOP PHP. There include logic of login and register user, also CRUD around own blog of each member. All of this with using MySQL database. Anyway I think that is SOLID and DRY work !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP OOP Register, Login and Blog !

Hello World in php-app/index.php

FORM

Login and Register panel (php-app/login.php + php-app/register.php)

FORM

Register panel (php-app/register.php)

FORM

Login panel (php-app/login.php)

FORM

Add cookies after login correct and relocaton to php-app/blog.php

FORM

Main content where we can add new post

FORM

After add new post we can see effect in bottom content

FORM

Downstair the posts gathered with edit and delete options

FORM

Edit post panel from php-app/blog-update.php

FORM

Showing errors after invalid input data

FORM

Table structure from database with using phpMyAdmin

FORM

Another structure and relation between tables

FORM

About

Project which I prepared with OOP PHP. There include logic of login and register user, also CRUD around own blog of each member. All of this with using MySQL database. Anyway I think that is SOLID and DRY work !


Languages

Language:PHP 84.5%Language:CSS 14.9%Language:Dockerfile 0.6%