I'm not sure I understand what problem
you're trying to solve.

It looks something like the number of times
a given piece of data occurs per user?

Where does the data come from and what
are you trying to accomplish?


>     Need some ideas on combining some arrays
> into one!  I have array for data and other array
> for counter.  How do I make an array that would show
> different data for each counter number?
>
> -- clip --
>    $FFR = array (
>       "TU4R"      => array( "data" => "", "count" => "" ),
>       "PH01"      => array( "data" => "", "count" => "" ),
>    );
> -- clip --




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

Reply via email to