I want to create a php file with an href link in it.
This link has to refer - for example - to the 'about' section of a user.
Example:
http://mysite.com/index.php/profile/66-ning/about/2
Since for each user profile these links are different, how can I make a general url in the href, so it will the link will work for each profile, when the file file is called?
--Jan