> you could have the form echoed into the field with a for() loop and
> separated by commas. and then on the next page you could explode() it back
> into an array again
that is what i already did, but i was wondering if it could be done
directly?
but from your answer i conclude that it is not possible.