dsp77 Posted August 27, 2011 Share Posted August 27, 2011 i have this list of arrays Array ( [0] => LeanBiz ) Array ( [0] => Boutique ) Array ( [0] => Feather ) Array ( [0] => Aggregate ) i want to create one single array containing the values from x arrays. Link to comment https://forums.phpfreaks.com/topic/245841-merge-x-arrays/ Share on other sites More sharing options...
jcbones Posted August 27, 2011 Share Posted August 27, 2011 array_merge() Link to comment https://forums.phpfreaks.com/topic/245841-merge-x-arrays/#findComment-1262703 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.