Kalle_Worms: wie funzt PHPSELF ?

Beitrag lesen

Hi,

gibt es PHPSELF nicht mehr ? Wie schreibt man das ?

<!--form name='herstellerselection' action='<? echo $_PHP_SELF; ?>' method='post'-->
<!--form name='herstellerselection' action='<? echo $_PHPSELF; ?>' method='post'-->
<form name='herstellerselection' action='<? echo $PHP_SELF; ?>' method='post'>

alle drei Versionen ergeben im HTML-Code

<form name='herstellerselection' action='' method='post'>

HaHi (Hoffe auf Hilfe), Kalle