php-mysql-login A basic PHP and MySQL login and registration system. Instrunctions to run Create a MySQL database named login(or anything else and change the fourth parameter in mysqli_connect() in connection.php) Create a table named members( or anything else and change the ninth line in index.php to alter $sql Add users to the table and activate connection (or use the register page to register new users). Edit the user.php to alter the post login screen for user.