Beautiful Chris. That does make things easier. Thanks.

On Apr 8, 2005, at 1:02 PM, Chris Boget wrote:

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



--

Chris Bruce
[EMAIL PROTECTED]

Idextrus E-Business Architects
http://www.idextrus.com
3282 Wilmar Cres.
Mississauga, ON
L5L4B2
CA
905.828.9189 South Office
705.361.0331 North Office
Skype: callto://chrisrjbruce

****************************************************************
This e-mail and its contents are privileged, confidential and
subject to copyright.  If you are not the intended recipient,
please delete this e-mail immediately.  Any unauthorized use
or disclosure of the information herein is prohibited.



Reply via email to