Username in the end of the link how?
-
I have this code.
return '<a href="https://test.com/members/">'.$username.'</a>';
I would like to put the username in the end of the link. So that link redirects to X user. Something like this, i hope you understand what im trying to do. So i just would like to know the correct code for it from you pros.
return '<a href="https://test.com/members/<php .$username. php>">'.$username.'</a>';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Username in the end of the link how?’ is closed to new replies.