Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daelsepara/registration
Account Registraton in Plain Old PHP and Bootstrap 5. Includes Credit Card Validation
https://github.com/daelsepara/registration
Last synced: about 5 hours ago
JSON representation
Account Registraton in Plain Old PHP and Bootstrap 5. Includes Credit Card Validation
- Host: GitHub
- URL: https://github.com/daelsepara/registration
- Owner: daelsepara
- License: gpl-3.0
- Created: 2021-10-24T09:51:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:10:12.000Z (9 months ago)
- Last Synced: 2024-02-05T16:31:41.914Z (9 months ago)
- Language: PHP
- Size: 554 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# registration
Account Registraton in Plain Old PHP and Bootstrap 5. Includes Credit Card Validation. See database_dump.sql for the schema. This is the second part of my Technical Exam for NaXum. You should also provide a dbconfig.php file containing values for $dbhost, $dbuser, $dbpass, and $dbname.