PHP - Need help with Array and Explode
I need to create an array like this $desiredarray = ("One Two Three", "One", "Two", "Three")
I can create an array ("One", "Two", "Three"), by $words = explode($string1).
How do I combine $string1 and $words to get $desiredarray?
Thanks.
Learn From My Internet Marketing Journey ==> KhaiLay.com