Code: Alles auswählen
<form method="post" action="<?php echo $_SERVER['PHP_SELF'];?>">
Name: <input type="text" name="fname">
<input type="submit">
</form>
Lasse ich das action Feld weg ist alles i.O.
Weiss jemand wie man das hinbekommen kann?
Code: Alles auswählen
<form method="post" action="<?php echo $_SERVER['PHP_SELF'];?>">
Name: <input type="text" name="fname">
<input type="submit">
</form>
Code: Alles auswählen
rex_getUrl(REX_ARTICLE_ID)
Das war die zweite Variante die ich mir auch gedacht hatte.Code: Alles auswählen
<form method="post" action="<?php echo rex_getUrl(REX_ARTICLE_ID);?>">