Ok so I am able to create a user login system with data such as user ID, Username and a password.
Here's the scenario -
I add a field into the SQL table called 'Firstname'
How do I retrieve the 'Firstname' of every user which relates to their user ID and Username without displaying every firstname in the table ?
Thanks