Hi there, i have a little problem,

        suppose i have a multidimensional array ex:

        row[monthnr][daynr][hour][numberofusers]
        row[monthnr][daynr][hour][numberofmails]
        row[monthnr][daynr][hour][numberofdownloads]

        the values in the array are a sql result query, soh not all of them are
filled like it is possible that row[12][1][23] is undefined.
        
        i need to tag the value that is maximum and minimum foreach number of
users, numberof mails and numberofdownloads in the same month for example, i
tried all kinds of sort but it never makes a numeric comparison, maybe because
of the return of the sql result, anyone has any idea?

        thanks in advance

               Rui Barreiros
          Software Developer

WEBSOLUT - Soluções Internet
Emailto: [EMAIL PROTECTED] 
Personal Info: http://websolut.net/people/rui.html

As informações contidas neste email são confidenciais
e destinam-se apenas à(s) pessoa(s) a quem foi enviado:
http://websolut.net/confidencialidade-responsabilidade.html


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to