I have the following code
$SI_result = mysql_fetch_array($result2);
but this is an associative array.
How do I make itinto a numericaly indexed array?
Or is this also a numerically indexed array?
thanks
the docs say that is numeric and that mysql_fetch_assoc is associative.