I am from germany so plz be patient.
I try to generate a form with severel fields.
I can get the string when the form is submitted from a HTML-Document.
Now i want this form in my PHP-File to make it faster, but now my variable are empty when i place the form in the echo operater
Is there any chance to get the values from a form generated by several "echo" commands
like:
echo(" <FORM ACTION='PHP_SELF?act=schreiben' METHOD='POST'>");
echo("<INPUT NAME='team'>");
my variable named $team got no value, what is my fault.
Plz help me.