hello,
i have 2 problems but i think they are related.
1: when i have a simple form like
<FORM ACTION="tuwas.php3" METHOD=POST>
<INPUT NAME="beliebigername">
<INPUT TYPE="submit">
</FORM>
and tuwas.php3:
<?
echo "you entered: $beliebigername";
?>
it only shows "you entered:".
when i change the method to get, it works fine (well, beliebigername is in the url).
2: i can't use $PHP_SELF. it's not set
but phpinfo() shows a $POST["beliebigername"] with correct value and $SERVER["PHP_SELF"].
what's wrong here? something misinstalled?
i'm running apache on winnt with php cgi-like
thanks in advance,
sabine turber