11-07-2007, 11:16 PM
|
#1 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: USA
Posts: 256
Thanks: 7
|
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.
|
|
|
|