https://github.com/dominik-developer/age-veryfication
Program checks if the age is > 18/21
https://github.com/dominik-developer/age-veryfication
school-assignment
Last synced: 28 days ago
JSON representation
Program checks if the age is > 18/21
- Host: GitHub
- URL: https://github.com/dominik-developer/age-veryfication
- Owner: Dominik-developer
- License: mit
- Created: 2024-03-23T07:15:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-23T20:23:49.000Z (8 months ago)
- Last Synced: 2025-02-04T19:42:10.077Z (3 months ago)
- Topics: school-assignment
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Age-veryfication
NOTE: this is my old school project writen over a year ago. Maybe I will rebuild it and improve, we will see.
Program checks if the age is > 18/21. If it is, user gain acces to next page, if not acces will be declined. All checking algorithm files are written as a function because this program doesn't realy have any use beyonde being implemented in a larger program. Please read licens before use.
Enjoy!