D Danzamagu New member Oct 10, 2009 #1 Please please explain what does this do? ---------------- foreach($array as $val) { print $val; } --------------- Where does the $val come from? How does it know how to assign data to it?
Please please explain what does this do? ---------------- foreach($array as $val) { print $val; } --------------- Where does the $val come from? How does it know how to assign data to it?