Deutsch:Ich moechte auf einem template einen link anzeigen lassen, der aber am ende die user_id vom jeweiligen user haben muss.
Beispiel (im template):
a href="example.php?action=
{user_id}"
Auf der seite wuerde das dann so aussehen : action=1111 (nur beispiel)
wie mach ich das ?
EnglishI want to show a link on a template, wich contains on the end the user_id from the user, who is logged in
Exapmple
a href="example.php?action=
{user_id}"
So on the browser it would be the following : action=1111 (if 1111 is the user_id from the user currently logged in)
How can i make this?