Question
OT: PHP Multidimensional arrays and creating them?
I have a process that is generating successive sets of data,
where each set
consists of three 'fields', or separate values, e.g.,
set1 = 'a', 'b', and 'c'
set2 = 'd', 'e', and 'f'
As each set is generated, I want to save it in an ongoing array so that when
the process is finished all of the data is contained within that array as
successive 'rows'.
Can someone give me a nudge for this in PHP, please?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
consists of three 'fields', or separate values, e.g.,
set1 = 'a', 'b', and 'c'
set2 = 'd', 'e', and 'f'
As each set is generated, I want to save it in an ongoing array so that when
the process is finished all of the data is contained within that array as
successive 'rows'.
Can someone give me a nudge for this in PHP, please?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
