need help with foreach()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Okay, i have two arrays, $tips and $staff

$tips has a key "date" (which is the date of the first day of the week, the second result in the array has the key of the second day of the week etc... ) and the value is a floating point decimal.

$staff also has a key "date" and the value is an integer, the number of staff working in one day.

To find out the ammount of tips every staff member is to get we have to divide the value of $tips by the value of $staff (when the dates are the same)

what i was trying to get this to work is below,

any help would be great,
cheers
dave
=====================

foreach($tips as $key => $value){

$pointvalue[$key] = $value / current($staff) ;

next($staff);
}

_________________________________________________________________
Express yourself with cool emoticons http://messenger.msn.co.uk


--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux