ist es moeglich im link die SID mit anzugeben?
normal geht es mit
<a href="index.php?neuigkeiten&" . strip_tags(SID). "">Neuigkeiten</a><br />
Aber das geht nicht
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
1 | &' . strip_tags(SID). ' |
1 | &<?php echo strip_tags (SID) ?> |
1 | <a href= "index.php?stadt&<?php echo strip_tags(SID) ?>" >Stadt</a><br /> |
1 2 3 4 | $ar = array ('TITLE' => $this->escape_explode($title), 'HMENU' => $this->escape_explode($hmenu), 'SITENAME' => $this->escape_explode($allgAr['title']), |
1 | 'SID' => strip_tags(SID), |
1 2 3 4 5 6 7 8 9 10 11 | {_list_DDDmenupoint@ <strong><big>·</big></strong> <a %1 class="box" href="%2&sid={SID}">%3</a> <br /> } {_list_hmenupoint@<li><a target="%1" class="box" href="%2&sid={SID}">%3</a>|</li>|<br />|</ul></li>} {_list_hmenubegi@<ul>} {_list_hmenuende@</ul>} {_list_vmenupoint@<li><a target="%1" class="box" href="%2&sid={SID}">%3</a>|</li>|<br /><ul>|</ul></li>} {_list_vmenubegi@<ul>} {_list_vmenuende@</ul>} |
1 2 3 | {_list_vmenupoint@<a target="%1" href="%2&sid={SID}"> %3</a><br>} {_list_vmenubegi@} {_list_vmenuende@} |
Geschlossen | ||
![]() |
Zurück zu HTML, PHP, SQL,... |