Skip to content

jeremgg/Members_area_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create a user account system in PHP part 1




Creation in a procedural php of a basic project regrouping the main functionalities of a member space system. This system makes it possible to have the basis of a similar project much more complex.


This code has been reorganized into POO in the project 'POO-Members_area_system_base'



Database structure

The table structure of the database is shown below but it is possible to rename the table and the fields according to the conventions of each.


  • members
    • id
    • username
    • email
    • password
    • confirmation_token
    • confirmed_at
    • reset_token
    • reset_at
    • remember_token

About

Create a user account system in PHP part 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages