I want to add a link in the foot section of the page "work with article" but dont´t know where to get the right id for the link.
can anybody help me with the link like http://www.foo.de/phpwcms.php?do=articles&p=2&s=1&id=????
In site structure and article list, hover your mouse pointer over the leading "x box" of each article name and the article ID will be revealed (ie: article ID:5).
i think it's the $article_id, but don't ask me if it's correct...
Regards/ Grüsse/ Groetjes - JAN212
------------------------------------------------ null212 - Büro für Kommunikation und Design
------------------------------------------------ Lyrikfetzen des Tages
1. Ist der Quelltext auch valide fragt Herr Müller ganz perfide.
2. Wat is dat een lekker ding.
3. Wer Vision hat soll zum Arzt gehen.
------------------------------------------------
[PHP]echo 'This is the address of this page:'.'[BR]';[/PHP]
[PHP]echo 'http://'.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].'[BR]';[/PHP]
[PHP]echo $_SERVER['SCRIPT_URI'].'[BR]';[/PHP]
[PHP]echo 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'].'[BR]';[/PHP]
[PHP]echo 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PATH_INFO'].'?'.$_SERVER['QUERY_STRING'].'[BR]';[/PHP]