Ask a Question related to ASP, Design and Development.
-
Mark Schupp #1
Re: Large Multidimensional Array Question
Is the data to be shared between sessions or just between pages in a single
session?
--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
[email]mschupp@ielearning.com[/email]
[url]http://www.ielearning.com[/url]
714.637.9480 x17
"Andrew Durstewitz" <adurstew@devbuilder.org> wrote in message
news:3f02f49c$0$202$75868355@news.frii.net...> Hi!
>
> I am working on a Large Multi-dimensional Array populated from a text
> file. (ach, I know, but didn't design the system).
>
> I pumped the information into an array so I wouldn't need to re-read the
> text file everytime the user needed to do something.
>
> My question is, does anyone know of a "good" way to allow multiple pages
> on the same session to have access to the array?
>
> The only thought I have had so far is to collapse the array into a
> string and do a form post from page to page...
>
> -Andrew
>
> * * * Sent via DevBuilder [url]http://www.devbuilder.org[/url] * * *
> Developer Resources for High End Developers.
Mark Schupp Guest
-
creating a multidimensional array
How can I combine two arrays in cfscript to form one multidimensional array? For example, I have two arrays: firstarray=fred; firstarray=jim;... -
Multidimensional array: see if 1st key is available
Hi, I've got an multidimensional array $ret = $country_code; Now I want to see if $countryCode is even in that array, because if it's not, it... -
copying a multidimensional array
Hi: whatz the best way to copy an multidimensional array onto another. I have never used something like clone, just want to know whatz the easiest... -
Split multidimensional array into 4 multidimensional arrays
Hello everyone, I have a multidimensional array that I need to split into 4 multidimensional arrays. I've tried the examples from the... -
Sorting a Multidimensional Array
I have an array like this: $events = array( array( '2003-07-01', 'Event Title 1', '1' //ID Number (not unique) ), array( '2003-07-02',



Reply With Quote

