Posted by Chris Boget on 04/08/05 20:02
> 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
Navigation:
[Reply to this message]
|