View Single Post
Old 11-07-2007, 11:16 PM   #1 (permalink)
CoryMathews
The Addict
 
CoryMathews's Avatar
 
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
CoryMathews is on a distinguished road
Default can php do this?

In some languages like python you can just say

for a in b
do something

with a being a primative and b being a list

can this be done in php or do i have to do it the c/java.. way with arrays and all that mess.
CoryMathews is offline  
Reply With Quote