0
I am needing to generate a system where I have a template page (the fb profile for example) and that will be fed by my database with the information according to a user’s ID. My problem is: I do not want the link of the parameter passed (id) to be exposed in the page header but a variable of that user who gave query (his user for example) and at the same time if I access this link (www.meusite.com/user) it is redirected to that same page (giving the query in BD and pulling the information normally)
This is possible via PHP or JS?
Thanks in advance!