for loops and array
Posted: Sat May 31, 2003 6:42 am
Hi
I want to use a for loop to iterate through the contents of a mysql_reesult array
something like
for x = 10 to 20 d
{
print $mysql_result[x];
}
but i know this wouldnt work! what is the correct way?
I want to use a for loop to iterate through the contents of a mysql_reesult array
something like
for x = 10 to 20 d
{
print $mysql_result[x];
}
but i know this wouldnt work! what is the correct way?