If you are trying to store the array in a Database I would suggest you make each element of the array into it's own column of the database. Databases generally should only have 1 piece of information being saved per cell (think excel). If you would like a link to database design, let me know and I will send it.
If all you really were asking was how to iterate through an array - then I would recommend looking at the manual's page on arrays ( http://www.php.net/manual/en/language.types.array.php ).
Respectfully, Ligaya Turmelle
References: http://www.php.net/language.variables.predefined
Ben wrote:
I hope this is not a stupid question, but I am learning how to work with Arrays, and am having trouble figuring out how to move array values from page to page and/or store in a db. Once again, I am new to arrays (and fairly new to PHP for that matter), so please don't get too technical in replies. Thanks so much for help.
ben
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php