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: 7 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:10:12.000Z (over 2 years ago)
- Last Synced: 2024-12-29T10:14:04.330Z (over 1 year ago)
- Language: PHP
- Size: 554 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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.