Samples - iFrame
php/html files
variable starts with $ e.g.
echo and print - output data to the screen.
Objects and Classes
Conditional: if, elseif, else
Switch involving case
Loops
functions: name must start with a letter or underscore
Arrays : stores multiple values in one single variable.
passwordChange PHP-Profile-System-Change-Password
version: 1.0.0
### UserName : elias
### Password : 123
## Full Tutorial
[On Youtube](https://youtu.be/d2dBVzzorXE)
## Authors
[Elias Abdurrahman](https://github.com/codingWithElias)
smartLogin -from github
index - enter your email and password - start with this
sign-up
signin - launches https://192.168.1.113:8003/portal/ because no database
home
Generally works but unable to follow css etc. Keep for referece of the main structure.
ReadMe documentation - Simple Login System
Description
Simple login system using JavaScript.
It consists of three pages: a signup page, a sign-in page, and a home page.
signup page - create an account by providing their name, email, and password.
information is validated, and upon successful signup, the user's data is stored locally.
sign-in page verifies user credentials against the stored account information.
If email and password match, the user is directed to the home page.
home page displays a welcome message using the user's name retrieved from local storage.
Users can also log out from the home page, which redirects them to the sign-in page.
Technologies Used
Structure - consists of three files
index.html: The main entry point for the sign-in page
signup.html: Page for user registration.
home.html: Page displaying the welcome message for authenticated users.
Usage
Click the "Sign Up" link on the sign-in page to access the registration page.
Fill out the registration form and click "Sign Up" to create an account.
Click the "Log in" link to access the sign-in page.
Use the email and password you used to log in.
After logging in, you'll be redirected to the home page, where your name will be displayed in the welcome message.
Click the "Log Out" button on the home page to log out and return to the sign-in page.
sample8
Copyright © 2001-2025. All rights reserved