Hello!
I am trying to understand how i could make a profile page for each of my members.
They all got an unique folder and i need to make something for the index.
I was thinking...can i get the last word in www.example.com/u/user22 and compare "user22" to the $_session;, and if the current session is not the same as the compared URL word the profile page will not show.
To be honest the part i dont understand is how i can split out the URL and get the last word..