My website today is currently using ?username=$username for the profile.php pages. I’m wondering what I need to do to change this to a domain specific type of profile page. A bit like many sites we have today such as twitter and facebook. The reason why I’m not searching google for this is because I’m uncertain how we call this.
If anyone can put me in the right direction with what I should know before getting into this?
Also is there anything wrong with the $_get method aside from it being not aesthetically pleasing?
That will map any request that does not resolve to a valid directory/file to profile.php with as username the URL that was given, i.e., /scallioxtx/ resolves to profile.php?username=scallioxtx