
robinantill
Deleted
Oct 20, 2000, 3:52 PM
Post #1 of 2
(5067 views)
|
Findin indivdual value in an arrays
|
Can't Post
|
|
How to I find out the value in each element in an array using a PRINT statement i.e. html for($x=0;$x<$count { print "number $x",$results[$count],br,br; $x++; } html This only produces each row of information. @results This has 7 columns by (say) 12 rows down. ao,a1,a2,a3,a4,a5,a6,a7 b0,b1,b2,b3,b4,b5,b6,b7 etc. I assume this is how each set of information is called.
|