Quote:
Originally Posted by JinnKai
I must admit I've never used PHP, but..
What is the conditional, and what is the iterator? Assuming that whole thing is the condition, what causes it to move beyond the first array element?
Also, notice $newarray in the while, and
|
Thanks, I knew it would be something pretty small and stupid.
The while statement essentially says "while there are still rows to read, do this" It's more intuitive than literal.