elements in an array
Posted: Sat Mar 19, 2005 2:14 am
G'day All,
How do I find the number of elements in an arraY
$conditions = explode(" ", $readline);
$elements = numberofelements($conditions)
is there a 'numberofelements' function in php?
tia
bladecatcher
How do I find the number of elements in an arraY
$conditions = explode(" ", $readline);
$elements = numberofelements($conditions)
is there a 'numberofelements' function in php?
tia
bladecatcher