blev Posted April 18, 2006 Share Posted April 18, 2006 first off, hello. First post on this board.I'm trying compare a users music style with the music styles for various club nights and find out which is better suited.How do add the various music styles into an arrays so i can compare these results to that array i created with the users music preferencee.g. The users array will contain (jazz, pop, disco)and club 1 array has ([i]jazz[/i], classical, punk)club 2 array has ([i]pop[/i], [i]disco[/i])club 1 would then score 1 because it matched 1 style from the users first array and be added to another new arrayclub 2 would score 2 and be added ahead club 1 in the new array.hope someone can help.thanks Link to comment https://forums.phpfreaks.com/topic/7703-mysql-and-arrays/ Share on other sites More sharing options...
Barand Posted April 18, 2006 Share Posted April 18, 2006 See[a href=\"http://www.php.net/array_intersect\" target=\"_blank\"]http://www.php.net/array_intersect[/a]and[a href=\"http://www.php.net/count\" target=\"_blank\"]http://www.php.net/count[/a] Link to comment https://forums.phpfreaks.com/topic/7703-mysql-and-arrays/#findComment-28101 Share on other sites More sharing options...
blev Posted April 18, 2006 Author Share Posted April 18, 2006 Thats great, thanks.How do I loop through the results of the clubmusic styles storing that in an array for each club????this is the part that i'm struggling with most. any help appriciated Link to comment https://forums.phpfreaks.com/topic/7703-mysql-and-arrays/#findComment-28108 Share on other sites More sharing options...
Barand Posted April 23, 2006 Share Posted April 23, 2006 Not being telepathic, I do not know where your data comes from. Link to comment https://forums.phpfreaks.com/topic/7703-mysql-and-arrays/#findComment-29764 Share on other sites More sharing options...
blev Posted April 23, 2006 Author Share Posted April 23, 2006 all sorted now. :-) Link to comment https://forums.phpfreaks.com/topic/7703-mysql-and-arrays/#findComment-29891 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.