https://github.com/n-r0bin/registerwebphp
Register and log in to a website that is integrated with PhpMyAdmin in xampp's server and SQL and PHP.
https://github.com/n-r0bin/registerwebphp
css html php phpmyadmin sql xampp
Last synced: 2 months ago
JSON representation
Register and log in to a website that is integrated with PhpMyAdmin in xampp's server and SQL and PHP.
- Host: GitHub
- URL: https://github.com/n-r0bin/registerwebphp
- Owner: N-r0bin
- Created: 2022-06-24T10:08:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T11:48:38.000Z (almost 4 years ago)
- Last Synced: 2025-03-22T21:45:45.703Z (over 1 year ago)
- Topics: css, html, php, phpmyadmin, sql, xampp
- Language: PHP
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
This system is using XAMPP server to be able use/install the system follow these steps:
-Download and install XAMPP server
-Start the server:
Open XAMPP Control Panel
Next to Apache module click start
Next to the MySQL module click start
To access mysql open “http://localhost/phpmyadmin/”
The database name is phplogin
Open http://localhost/phplogin/register.html to view SignUp page
Open http://localhost/phplogin/index.html to view login page
After you create an account the system navigates you to login then takes you to the welcome page.