Click to See Complete Forum and Search --> : numerals in form name


Yanhead
06-13-2003, 10:55 AM
is it ok to use numerals in form names?

<form action="page2.php" method="post" name="m1">

would this confuse php?

thanks

Jona
06-13-2003, 11:32 AM
You can do it as long as you do not use a number solely. Example, "m1" would be fine, but "1" would not.

Jona