An open API service indexing awesome lists of open source software.

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!

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!