ok this should be real quick, what I need to know is this. Someone came to me saying that the foreach function would not work on php3, is there any other function that I can use to replace this? all help is appreciated
while (list ($key, $value) = each ($array)) { echo "$key => $value<br>"; }