[thelist] Q on array manipulation, part 2...

Rob Smith rob.smith at THERMON.com
Fri Jul 9 08:34:10 CDT 2004


<snip author="jsWalker">I'm trying to pull just a particular "column" out of
this array. Is there a more efficient way to do this?
</snip>

Perhaps you could have this data stored in a database then do a simple:

SELECT Column_A FROM Table_B

while not eof
   some_Array[x] = recordset.value
   recordset.movenext
wend

Next edition: PHP meets ASP in Psuedocode Part III 1/2,

Rob


More information about the thelist mailing list