Hi
I am well aware of foreach command in php, its short and better way to make use of loops in php instead of using for( , however I see each also in php which says shows current key and value then move array pointer to next then what is difference between foreach and each ?