Re: parsing values from a form post

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

 



> I can't figure out how to separate these variables and values so that I 
> can do what I need to do.
> I've got
> foreach($_POST as $var=>$value) {
> }
> but can't seem to figure out what to do inside.
> Ideas??

What you could do is rename the form field names.  Instead of naming
the field 'tax0', you could name it 'tax[0]'.  Once you do that you will
find your form infinitely easier to work with doing what you want to do.

thnx,
Chris

-- 
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