* Thus wrote Adam Williams:
> ...
> 
> And now my question.  What I need to do is create a single 
> dimensional array that contains each number that 
> count(array_unique($value)) is counting.  how would I do this?  I can't 
> use the SQL query because I have to remove duplicate cardnums for each 
> date.

Actually SQL is the best way to do this.  See your database
documentation about aggregating data.


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to