Algorithms and Programming PHP 7
Exercise
Create a login system by implementing an array/list with a maximum of 10 indices, where there are two menu options for login using email/username. If the email/username or password is incorrect, the program should loop back. If the email/username and password are correct, a login success message should appear. Implement object-oriented programming by creating functions for input and functions for validating the email/username and password. Here’s the expected output:
1 | ----------------------- |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
Comments