At 12:12 PM -0700 3/18/09, revDAVE wrote:
-snipQ: 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

