<snip>
I am having problems generating an array based on data passed from a
form.
The form has a series of fields with the same name "math". When
submited if
i have register_globals=on i have no problems calling a $math variable
and
it spits out all the values assigned to math, however with
register_globals=off only the last value passed in the HTTP string is
being
returned.

Any suggestions welcome.
</snip>


Name the form fields math[], php will treat that as an array.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to