Just to give a better idea about what I’m trying to do.
I’ve created pages all ending with a particular username.
I need each user that corresponds with that page to click a link and have it send them to that page.
So it takes their username and places it at the end of the particular link.
Example: http://www.mydomain.com/client/user1234
So the link would need to be something like a href=”www.mydomain.com/client/PHP-CODE-HERE “></a
Hopefully that makes it a bit clearer.
Thanks a ton!!!