Thread
:
Multi-Dimensional Array Help
View Single Post
#
10
(
permalink
)
04-21-09, 08:23 AM
forgueam
iNET Code Serf
Join Date: Aug 2007
Location: West Chester, OH, USA
Posts: 37
Thanks: 0
Thanked 1 Time in 1 Post
You could do something like this to get the array indicies (personnel names):
PHP Code:
foreach (
$personnelDates
as
$name
=>
dates
) {
$availableList
=
availableList
(
$DB
,
$name
,
'04'
);
}
Make sense?
forgueam
View Public Profile
Find all posts by forgueam