In my website, I want to make it so when you log in it redirecta you to a profile page but in the URL I want to add the Id of the person that is stored in the database but how to I add variable into the URL but make it so when you Go to the actual page, it shows the number (Id) not just like: profile.php?id=$id
thanks