I have user information in a database table. When someone visits the URL https://example.com/{username}
, I want to get the user's information from the database and display it on the page. But I'm confused on how to accomplish this since the page https://example.com/{username}
does not exist. I'm using PHP and MySQL. I'm in the learning phase. It would be great if someone could tell me what I need to do and what I should learn.
You can try -> W3Schools Tell us how you get on.