I'm little confused as in how can I use do-while loop in an associative array in php. I don't have ordered indexes starting from 0 so I can't iterate simple as in case of C or Java
NOTE :: I specifically want do-while sort of behavior...i.e. loop s'd execute atleast once in the beginning