Re: Dynamic Form 'on The Fly'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 12:12 PM -0700 3/18/09, revDAVE wrote:
-snip

Q: ANY Ideas?

It may look odd, but trash all the count stuff and try this:

HTML:

<input name="go[]" type="text" value="" size="5" maxlength="5" />

PHP:

foreach ($_POST['go'] as $a)
  {
   echo "$a";
   }

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux