https://github.com/birg81/php-2022-02-16-logindb
Hi guys. I developed this PHP code, for demonstration purposes. This code simulates a login. The code is written in PHP and MySQL. I wrote a PHP script that allows you to automatically create the DB within the DBMS, if it is not already present (./UsersDB.sql.php). I also wrote a configuration file (./config.inc.php), by modifying this file you can change the DB settings. You shouldn't have too much trouble in tweaking the code and make everything work. In case of difficulties, do not hesitate to contact me. Good luck!
https://github.com/birg81/php-2022-02-16-logindb
html mysql mysqli php php8 r-dbms sql
Last synced: about 2 months ago
JSON representation
Hi guys. I developed this PHP code, for demonstration purposes. This code simulates a login. The code is written in PHP and MySQL. I wrote a PHP script that allows you to automatically create the DB within the DBMS, if it is not already present (./UsersDB.sql.php). I also wrote a configuration file (./config.inc.php), by modifying this file you can change the DB settings. You shouldn't have too much trouble in tweaking the code and make everything work. In case of difficulties, do not hesitate to contact me. Good luck!
- Host: GitHub
- URL: https://github.com/birg81/php-2022-02-16-logindb
- Owner: birg81
- Created: 2022-04-25T14:47:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T14:53:20.000Z (about 4 years ago)
- Last Synced: 2025-03-31T09:38:08.371Z (about 1 year ago)
- Topics: html, mysql, mysqli, php, php8, r-dbms, sql
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# php-2022-02-16-LoginDB
Hi guys. I developed this PHP code, for demonstration purposes.
This code simulates a login.
The code is written in PHP and MySQL.
I wrote a PHP script that allows you to automatically create the DB within the DBMS, if it is not already present (./UsersDB.sql.php).
I also wrote a configuration file (./config.inc.php), by modifying this file you can change the DB settings.
You shouldn't have too much trouble in tweaking the code and make everything work.
In case of difficulties, do not hesitate to contact me.
Good luck!