Simply put, when a user wants people to be able to go to their profile, we want them to be able to just say go to mydomain.com/username
. The real user page would be at something like mydomain.com/users/page.php?id=1325
which doesn't really help users.
The problem: I've been doing PHP for some time, and have never had the need to do this. I don't have a clue where to even start? I wouldn't want to do something as naive as just creating actual folders with redirects in them or something....
Can anybody tell me how to go about this in php?
Y'all are the greatest!