okay, so I have information in a database that I want to fetch and echo. I need to figure out a way to fetch the info based on the username or ID and echo.
Table Example:
Id:1 Username:test Code:124
Id:2 Username:admin Code:1444
So Need a way to get code from user test.