View Single Post
  #10 (permalink)  
Old 04-21-09, 08:23 AM
forgueam's Avatar
forgueam forgueam is offline
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?
Reply With Quote