Tag Archives: phpMyAdmin

Connection to database

Using phpMyAdmin we were able to create a database that would hold the information for all the log in details and when someone registered to our site, there would be entered into the table as a new member. This table included an ID, which would generate an ordered numbers which would be always be different from the rest, Username and two passwords. These details meant that when people go in, they can use the username and password that they set to login. Having to password also made sure that misspelt passwords weren’t entered as you can see the password being entered when typing, to keep the password private.data