Hello !
I want to make a dynamic formular, on which the user can enter a
different number of names.
So to make the form I do:
for ($i = 0; $i < $anzahl; $i++)
{ printf ("<INPUT TYPE=\"TEXT\" NAME=\"Name%.0d\" VALUE=\"\"
SIZE=20\">\n", $i);
}
Now I want to set all the Varables Name0, Name1, Name2 etc. to a
default-value.
How can I do it in a for-next-loop ?
Regards
Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]