> I'd like to count the number of rows in a 2 dimensional array that have > the same data in their fifth field. Is there a PHP function that does > this? Sizeof() appears to lack condition parameters...
You'll probably have to walk the array. I don't suppose this data is coming from a database? *MUCH* better to have SQL to do this. Or, maybe this data *SHOULD* be in a database... -- Like music? http://l-i-e.com/artists.htm -- 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]